Home Forums WoodMart support forum Header banner does not work in desktop

Header banner does not work in desktop

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

    metuza
    Participant

    Hello,

    I am in process with my fifth Woodmart site and found that the header banner does not work in desktop, it closes on screen width 1200px. From 1200 and smaller it works ok.

    Check it out here: https://www.arctic-fritid.as

    Brgds
    Rune

    #491227

    Luke Nielsen
    Keymaster

    Hello,

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Also, please confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable all back.

    Kind Regards

    #491232

    metuza
    Participant

    Yes sure.. Find credentials attached and feel free to do your tests.
    Parent theme is already active.

    Brgds
    Rune

    #491311

    Luke Nielsen
    Keymaster

    Hello,

    The absence of a header banner is a bug that will be fixed in the update. Here is a custom code for fixing that:

    @media (min-width: 1200px) {
    	
    	body[class*="wrapper-boxed"] div.website-wrapper {
    		margin-inline: auto;
    		margin-top: var(--wd-header-banner-mt);
    	}
    
    }

    Kind Regards

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