Tagged: glassy header
Hi
when using glassy header all the content including the sidebar is moving up in the header section.
is there a simple way to avoid this behavior and just having a background image in the header section?
thaks
Hey Siracher!
Thank you for using Enfold.
When activating the transparent header, you should add a slider or color section with a background image at the very top of the page.
Cheers!
Ismael
Hi Ismael
yes that’s what I’ve done. Have a look on this page.
you see that it will not look right when using a background and show the sidebar.
everything move up in the header section:
http://pizolopen.pizolimmo.ch/bilder/
cheers
Hi!
It seems like you are not using Color Section on your page. Please add color section element with an unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { padding-top: 150px; }
Cheers!
Yigit
hi Yigit
yes that’s right. I added the background within the theme option as background image of the body content.
Thing is that I don’t want to add a color section to each individual page. I thought there’s a way to add a background image to all pages at once.
I just added this css and it seem to work this way, but I’m not sure if I run into other issues in the near future..
.main_color .container {
padding-top:150px}