Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1405991
    tenue
    Participant

    Hello,

    I have tried all of the fixes I could find on here – there are a lot of suggestions, but I can’t seem to get it to work for me.

    I am doing this for a friend who has less knowledge than I do so I need all the white space removed site wide.

    Then I can apply more appropriate white space/margins in css for titles, etc.

    As examples:

    Front page: http://thewellnessandbeautyco.com.au/

    – The white space between the menu and the first heading is too large.
    – Space under heading is too large.
    – In the two column setup the space above the text is too large. First line of text should line up with the image beside it – it looks out of whack because there is so much space.
    – Too much space between block quote and media.

    Product Page: http://thewellnessandbeautyco.com.au/nerium-day-cream/

    – Too much space between menu and title.
    – Too much space between sections Image/Text to Text.
    – Too much white space above media.

    The list goes on.

    Please can you help? I need to drastically reduce white space at a site wide level.

    Thank you.

    Christine

    #1405996
    tenue
    Participant
    This reply has been marked as private.
    #1406082
    Christopher
    Moderator

    Hi there,

    Thanks for writing in!

    Front page:

    – Set section top and bottom padding to zero.
    – Add mtn in headline’s class field.

    You should do this for all sections and headlines to reduce white space.

    Product page :

    -Please add following code in Customize -> Custom -> Global CSS :

    .entry-wrap {
        padding-top: 10px !important;
    }

    – Again you need to set top and bottom padding to zero and add mtn in headline’s class field.

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1405991 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>