Your Time:
Our Time:
← Back to discussions

Header Fixed – LABORA HTML Template

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago by Cristóbal Cerda.

  • 2018-11-21 at 6:52 pm
    Unknown Support Status
    #24480
    Cristóbal Cerda
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1

    How can I configure the header to be fixed like the Demo version?

    2018-11-22 at 11:43 am
    #24483
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    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>
    2018-11-28 at 9:41 am
    Unknown Support Status
    #24492
    Cristóbal Cerda
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1

    Thanks a lot! 😉

You must be logged in to reply to this topic.