Update 7.4.1: Header Overlap Issue
-
Hi there,
I’ve just updated to 7.4.1 and noticed a layout issue on my site if the header is configured to “Overlap”.
I can see a space above the transparent overlay when hovering the main navigation.
Please find attached a screenshot. Is there any way to influence the spacing of the hover by CSS (i.e. by adding a negative “margin-top” value or similar)?
Many thanks for your help.
Best,
-a
Hi,
Your site is under maintenance mode, please provide admin access so we can log in and check the issue on your side.
Thanks in advance.
Hi Bogdan,
Many thanks – sure, please find the login credentials below.
Best
-a
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body:not(.header-banner-display) .wd-close-side[class*="wd-location-header"] {
top: var(--wd-admin-bar-h);
}
This issue will also be fixed in the next theme update.
Kind Regards