Home Forums WoodMart support forum Boxed header when scrolling down with sticky header

Boxed header when scrolling down with sticky header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #172822

    Bulld Digital
    Participant

    Hi support,

    I’m looking for a way to make the sticky header stay boxed.
    If i’m scrolling down the page it goes from boxed to full width. How do I change that behavior?

    My settings (see screenshot)

    Attachments:
    You must be logged in to view attached files.
    #172917

    Hello,

    Unfortunately, there is no option in theme settings available to make the sticky header boxed.

    You need to add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .whb-sticky-header.whb-clone.whb-main-header.whb-sticked {
    width: 1000px;
    left: 185px;
    }

    You can adjust the width accordingly.

    Best Regards.

    #172918

    Bulld Digital
    Participant

    Hi Aizaz, unfortunately your code is not working.

    Please see the test site.

    #172941

    Hello,

    Can you please send me the WP admin login details of your site so I will check and give you the correct Custom CSS code.

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)