Theme LMS | Header fixed

Home Forums All Other Themes Theme LMS | Header fixed

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #115164
    Gabriel PatrizziGabriel Patrizzi
    Participant
    • Topics: 32
    • Replies: 64
    • Total: 96
    Member since: January 23, 2016

    Hello team.

    Once they helped me with this, but I had problems with the web and I had to reset it and I lost that change:

    Hello Chris.

    I need your support to solve the problems I have with this web, subject LMS.

    I want the header (where is the information: blue color and where is the logo with the menu), only in the PC version, remain fixed. And that is always visible.

    This: https://imgur.com/a/kljDDO3#kQqSjJG

    The URL is: http://www.gestiontoday.com

    What should I do?

    Thanks!

    #115167
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header_wrap.layer_wrapper { position:fixed; z-index:100; width:100%;}
    #slidera { margin:178px auto 0;}
    
    @media screen and (max-width:1024px) {
    .header_wrap.layer_wrapper { position:relative; z-index:100; width:100%;}
    #slidera { margin:0 auto 0;}
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.