Home Forums WoodMart support forum Header height problem

Header height problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #415616

    [email protected]
    Participant

    Hello, we have a problem with the header in our eshop. When the user is inside a category the top of the page gets into the header and the elements are not shown correctly.

    How can we adjust this?

    Thank you!

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

    Hello,

    The mentioned issue has been adjusted on your Site with the help of the following Custom CSS applied under the Dashboard >> Theme Settings >> Custom CSS >> Global Custom CSS:

    .main-page-wrapper {
       margin-top: 0 !important;
    }
    
    .archive .main-page-wrapper {
       margin-top: 6em !important;
    }

    But we are noticing that your WoodMart Theme and WoodMart Core plugin isn’t updated to the latest version. The latest version of the Theme running is 7.0.3 and the Core version running is 1.0.35.

    So, it would be better if you please once update your WoodMart theme and Core plugin to the latest version and then check back the issue again on your Site first. If the issue persists after the update then mention us so that we can look into it further and better.

    Best Regards

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