Header behaviour scroll, height and width
Hi, I want to set a custom / width for the header, to look and scroll,
the website is, : http://beta.onlinekeukens.nl/ however, I want to have the height of the header remain the same when you scroll down,
also I don't like the animation, where can I edit these options, i've read the documentation but could not find it.
Please help.
Comments
to set the similar header as on Be|Estate demo, you need to set Fixed header type and also increase the logo size under Theme options > Global > Logo section to make whole top bar slightly taller.
To change it please go to Theme Options > Custom CSS and paste below code:
.header-fixed #Top_bar{ opacity:1 !important;}
Thanks!
Thanks again!