Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986459
    Kelalaina
    Participant

    Hello!

    I would like all of my content bands to stack directly on top of each other on this page: http://www.kellialaina.com/sobc-sp

    My site has a pink background, so pink lines keep showing up horizontally between some of my content bands.

    How can I get the pink lines caused by the background to go away?

    I have my content bands set up with “remove margins” selected and 0px padding for the top and bottom of each.

    What else can I do to get rid of these pink lines?

    Thank you for your help!

    #986732
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .page-id-4636 .x-content-band {
        margin: 0;
    }

    Hope this helps – thanks!

    #987601
    Kelalaina
    Participant

    Hi! Thanks for your help! I tried adding that bit of code in the Customizer, and don’t think it worked. But maybe I did something wrong?

    I’ve attached a screenshot of where I added the code.

    Thanks again for your help!

    #987836
    Joao
    Moderator

    Hi there,

    Can you please try adding the following code:

    .page-id-4636  .x-img {
    
    margin-bottom: none;
    
    }
    

    If you notice this is happening on more pages you can remove the .page-id-4636 from the code above and it will be applied to every page.

    Hope that helps,

    Let us know if you need further help.

    Joao

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