Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1200160
    Moonworks
    Participant

    Is there a way to remove the large gap at the top of the page between the page title and where the text begins?

    I’m using Visual Composer for the page, and the gap seems really big.

    http://care2fund.co.uk/homeschool-book

    Edit: I’ve now removed the page title, so the page doesn’t look quite the same as the image, but the gap is still there.

    Thanks.

    #1200165
    Christopher
    Moderator

    Hi there,

    Please add class="mtn" to heading tag.

    <h2 class="mtn" style="text-align: center;">ENDS NOVEMBER 1ST 2016</h2>

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

    .entry-content {
        margin-top: 0;
    }

    Hope that helps.

    #1200202
    Moonworks
    Participant

    Thank you, that moved it up a bit.

    Is there any way to move it up a bit more, or change the gap between the menu and the text area?

    #1200216
    Christopher
    Moderator

    Hi there,

    You didn’t update h2 tag yet.

    Please update it to:

    <h2 class="mtn" style="text-align: center;">ENDS NOVEMBER 1ST 2016</h2>

    Add this code as well :

    .x-container.offset {
        margin: 1.75em auto;
    }

    Thanks.

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