Dear Team,
on my page below a wihte area between top nav and content (this has a light brown background) appears, which I don´t want. I did not find a way to get rid of this.
A hint would be great. Thx and best regards Tilman
Hey Tilman,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_header_sticky.html_bottom_nav_header #top.page-id-987 #main {
padding-top: 53px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thx a lot Victoria,
great, it works -)
– how do I fix it for the page below , too?
– resp. – do I need to specify IDs or is there a code to set this across the board for all pages?
– Where can I See the page ID? I did not find this info
thx again & cheers, Tilman
Hi,
Yes you would need the id. For the page above it would be:
.html_header_top.html_header_sticky.html_bottom_nav_header #top.page-id-3 #main {
padding-top: 53px;
}
Best regards,
Jordan Shannon
Hi Jordan
thx a lot
To my question: – Where can I See the page ID? I did not find this info … an info would be great as well
Thx and best regards Tilman
Cool, thx a lot
Hi oestersund,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria