Home Forums WoodMart support forum Cart page (header – content – footer) is smaller than other pages

Cart page (header – content – footer) is smaller than other pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #550101

    web-4388
    Participant

    My cart page is the only page where my full container gets a little smaller.
    I’ve checked this in the demo I important (Furtniture 2), but there the cart page is regalar, like the rest of the page.

    #550207

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    body.woocommerce-cart .container {
        max-width: 800px !important;
    }

    Best Regards.

    #550241

    web-4388
    Participant

    That makes the container even less bigger. (width)
    It has to be the same at the same width as the other pages. Now it is smaller than the other pages.

    #550331

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please remove the previous code add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    body.woocommerce-cart .container {
        max-width: 100% !important;
    }

    Best Regards.

    #550341

    web-4388
    Participant

    Thanks, but now the container in the page is full width related to the screen.
    I need it to be the same width as the other pages.

    For comparisasion:
    The homepage (the width I want)

    #550373

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try to change the width value as per your requirements.

    Best Regards.

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