Home New Guten Forums WoodMart support forum fullwidth Shop page

fullwidth Shop page

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

    shweta
    Participant

    Hello,

    I’m using the (.post-type-archive-product .container { width: 90%; max-width: 90%; }) this CSS for code for fullwidth the shop page it code working fine but I don’t want to full-width header and footer can you please help with this issue.

    #521658

    Luke Nielsen
    Keymaster

    Hello,

    Here is a code that removes the full-width for Header and Footer:

    .whb-main-header .container,
    .footer-container .container {
        max-width: var(--wd-container-w);
    }

    Also, your header has this https://monosnap.com/file/8I9Qw7ZvXbkkXROBGUxHjSqBYVQRba option enabled, so you need to turn off it for disable the full-width as well.

    Kind Regards

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