Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1403122
    Moonworks
    Participant

    I’m working on a page that does not show the header of the site, but seem to have a white band, which I can’t figure out how to get rid of.

    I’ve tried various things with the CSS, but can’t seem to get rid of it.

    http://book-tour.com/book-tour/a-quick-test

    Thanks.

    #1403191
    Thai
    Moderator

    Hi There,

    Please add this CSS under Customizer > Custom > Global CSS:

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

    Hope it helps 🙂

    #1403204
    Moonworks
    Participant

    Thank you, that did it 🙂

    In the same area, I seem to be having a problem with Visual Composer.

    When I preview a post, it shows the blue section and then the large title image below it, ut when I save the post, the large title image has a bit of the blue below it.

    I tried just having the blue background on the top section, but when doing that, there was a thin white gap between the blue section and the big title image.

    Is there a way to remove that little bit of blue below the title image?

    Thanks.

    #1403503
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! TO remove the blue lines above and below the image, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS

    body img.alignleft.wp-image-178 {
        margin-top: 0;
        margin-bottom: 0;
    }

    http://prntscr.com/eiw263

    Please let us know if this works out for you.

    #1403674
    Moonworks
    Participant

    Thank you

    #1403711
    Christian
    Moderator

    You’re welcome.

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