Okay
  Public Ticket #1384904
Theme options
Closed

Comments

  • patxer started the conversation

    How do I make the top bar sticky – so that people can see the phone number and contact details all the time

    At the moment only the header is sticky, i can’t see an option to make the top bar sticky

  •  2,010
    Ocean replied

    Hello,

    Please try with this solution:

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media only screen and (min-width: 993px) {
        header.smaller:not(.header-bottom):not(.side-header) {height: 115px;}
        header.de_header_2.smaller .info {
            position: static;
            opacity: 1;
            z-index: 0;
        }
    }

    Thank you

  • patxer replied

    thank you