In my webside there is a padding top between Logo main menu and color section at the front page. There is also in all the other side a padding top between Logo main menu and media elements. I want the apperance like it is in Default Demo without padding top between logo main menu and media elements. It would be great if you could tell me how to do this.
Hi Jorunn68,
Can you give us a link to your site? so we can take a closer look.
Best regards,
Nikko
Hi Jorunn,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.html_header_top.html_header_sticky.html_large #main {
padding-top: 60px;
}
Best regards,
Nikko
Hi Nikko,
It worked, thanks a lot! But now I think there is to big space between color section and text elements below
Do you know how to make it smaller also there?
Best regards
Jorunn
Hi Jorunn,
That’s because there’s a default top padding for containers after a Color Section, to remove that top padding, just add this CSS code:
.container_wrap[id^=after_section] .av-content-full {
padding-top: 0;
}
Best regards,
Nikko
