Hello,
Can you help out?
I am trying to place a “special header” on the top of the homepage. But I can not decrerase the spece between the top of the page and the special header.
I made a content-section with an image background – hide the header on the page and now
I want the text “werkzaam in de bouw? Vind hier jouw juiste match!” placed in the yellow bar!
Hey Oghi,
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.page-id-19 .avia-builder-el-0 .container {
padding-top: 0;
}
Best regards,
Yigit
Hey Yigit,
unfortunately nothing changes….
Do you have another solution?
Hi,
Can you please try adding !important rule as following
.html_header_transparency #top.page-id-19 .avia-builder-el-0 .container {
padding-top: 0 !important;
}
Best regards,
Yigit
Hi Yigit,
The code did not work, but I solved the problem. I turned the template page into Blank – no header – no footer. And then set the padding of the text element to 120.
Best regards,
Oghi
Hi,
Glad you figured it out and thank you for sharing your solution :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit