This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
How can I choose the height of the fixed header?
And how can I change the setup of hte fixed header aswell?
Hello,
You may change height of fixed header using custom css code, for example:
.fixed-header.fixed-enabled .container {
padding-top: 2.5em;
padding-bottom: 2.5em;
}
All avialible options for fixed header you may find in Theme Options > General > Header Settings.
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up