Home Forums WoodMart support forum Update 7.4.1: Header Overlap Issue

Update 7.4.1: Header Overlap Issue

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

    axxo
    Participant

    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

    #527697

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    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.

    #527737

    axxo
    Participant

    Hi Bogdan,

    Many thanks – sure, please find the login credentials below.

    Best
    -a

    #527799

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    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

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