• Resolved iciaretxebarria

    (@iciaretxebarria)


    Hi!

    I run an online store with Storefront and Woocommerce (+ Elementor PRO).
    I have noticed that suddenly, Woocommerce pages (cart, checkout, my account…) appear full width without any padding or margin:
    https://snipboard.io/gNw0sy.jpg
    These pages are not created with elementor, they are the Woocommerce default pages.

    I have tried changing the template of these pages but they still appearing same way.

    Thank you for your help,
    Regards,

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @iciaretxebarria

    I’m not seeing the same issue, as you can see here:


    Image link: https://d.pr/i/0T4n7C

    Has this issue been resolved, or are you still seeing this on your end?

    Thread Starter iciaretxebarria

    (@iciaretxebarria)

    Hi!

    I added this code and it solved the problem for the moment. Maybe it is not the perfect solution but it worked. Let me know your opinion.
    Thank you!

    @media only screen and (min-width: 992px) {

    .woocommerce-cart .hentry, .woocommerce-checkout .hentry {
    margin-left: 20%;
    margin-right: 20%;
    margin-top:2%;
    }

    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce pages full width’ is closed to new replies.