Home Forums WoodMart support forum Boxed header is getting merged with shop page

Boxed header is getting merged with shop page

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

    llcfoundation1
    Participant

    We have set the boxed header layout for the website, but on the Shop and individual Product pages, the header appears merged with the main content instead of maintaining the boxed layout.

    For the other pages, we were able to fix the issue by adjusting the margins. However, the same approach does not seem to work for the Shop and Product pages.

    Could you please guide us on how to properly maintain the boxed header layout?

    #728816

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to use the below custom css code in Theme Settings > Custom CSS:

    body.woocommerce .wd-page-content,
    body.single-product .wd-page-content {
        padding-top: 110px;
    }

    Best Regards

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