• Resolved antoniocarloslima

    (@antoniocarloslima)


    I would like to set the top header (Very Top), so that when scrolling the site, the user always has in view the two headers. How can I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    You can try to add the following CSS to your WordPress to fix it:

    .navbar .very-top-header {
    	position: fixed;
    	width: 100%;
    }
    
    .navbar .container {
    	margin-top: 48px;
    }

    Let me know if it works. ??

    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    Hello!

    Unfortunately, it did not work. The upper part overlapped the bottom and did not stay fixed.

    This is the theme I’m using: https://demo.themeisle.com/llorix-one/

    My goal is that the blue bar, where the phone number is, be fixed, as well as the bar that contains the logo. Then the two upper bars will be fixed, and not just the second.

    Please. help me!

    Hello, unfortunately, this is not a straight forward change, as custom coding is not part of our support plan we recommend you seek aid from a freelancer to accomplish this change as it’s not a feature of the theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two headers’ is closed to new replies.