Header banner does not work in desktop
-
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
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
Yes sure.. Find credentials attached and feel free to do your tests.
Parent theme is already active.
Brgds
Rune
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