Hi
I have used the ‘Color section with 100% container’ info to create 100% width of columns in a colour section, but I also want to lose the margin at the top so columns start from top when transparent header is on. The link below shows what I mean, I want the sections to start from the top. What CSS do I need for this?
many thanks
Peter
Hey envapk2,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 0!important;
}
Best regards,
Vinay
Hi Vinay
That works perfectly.
many thanks
Peter
Sorry, one more thing. How can I target certain pages with this? I tried putting .page-id-149 in front but it didn’t work.
many thanks
Peter
Hey!
Please try using
.html_header_transparency #top.page-id-149 .avia-builder-el-0 .container {
padding-top: 0!important;
}
Regards,
Yigit
Thanks Yigit, that works.
Peter