This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago by Cristóbal Cerda.
Tagged: HEADER FIXED, labora
Viewing 3 posts - 1 through 3 (of 3 total)
How can I configure the header to be fixed like the Demo version?
Use header-fixed.html if you don’t have then add <div id="fixedheader" class="header" style="top: 0px;"> after <header> tag and close </div> before <header> and inside logo add
style="transform: scale(1); like this
<header>
<div id="fixedheader" class="header" style="top: 0px;">
<div class="logo">
<a href="index.html" title="Labora - Medical and Laboratory">
<img src="assets/images/logo.png" alt="Labora - Medical and Laboratory" width="171"
height="35" style="transform: scale(1);">
</a>
</div>
// code here
</div>
</header>
Thanks a lot! 😉
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.