Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121252
    guitar4090
    Participant

    How do I prevent the header from resizing smaller when scrolling down on a page, I just want the header to be the original fixed size.

    Thanks

    – Dan

    #121257
    tikaram
    Keymaster

    @guitar4090 : Please post in your site URL.

    Regards,
    Tikaram

    #121294
    guitar4090
    Participant

    It’s hosted locally offline with Xampp so I can’t show the link.

    if you look at the original demo https://catchthemes.com/demo/adventurous/ and scroll up and down you can see the top menu/header size shrinks. I just want it to stay static and not resize itself.

    Thanks for the reply.

    #121393
    tikaram
    Keymaster

    @guitar4090 : Go to Appearance => Customize => Additional css and add the following css.

    #masthead.fixed-header{
    	padding-top: 20px;
    	padding-bottom: 10px;
    }

    Let me know if you have any other issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Resizing’ is closed to new replies.