Tagged: x
-
AuthorPosts
-
May 11, 2016 at 3:02 pm #986459
KelalainaParticipantHello!
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!
May 11, 2016 at 6:35 pm #986732
John EzraMemberHi 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!
May 12, 2016 at 5:54 am #987601
KelalainaParticipantHi! 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!
May 12, 2016 at 9:27 am #987836
JoaoModeratorHi 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-986459 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
