• Resolved katherine1234

    (@katherine1234)


    The cart page from woocommerce was fixed?which can not fully show in the mobile view.

    The coding solution from Gareth N. Happiness Engineer @?Automattic did not work when I added to the Customize CSS

    The coding solution was as follows:


    .alignfull, .alignwide, .entry-content .alignwide, .entry-content .alignfull {
    margin-left: calc( 50% – ( var(–global-vw, 100vw) / 2 ));
    margin-right: calc( 50% – ( var(–global-vw, 100vw) / 2 ));
    max-width: 100vw;
    width: var(–global-vw, 100vw);
    padding-left: 0;
    padding-right: 0;
    clear: both;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.