Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #335260
    Ginger Eldridge
    Participant

    The WooCommerce Cart page and Checkout page are both running off the page. I thought this was only happening on mobile view, but I discovered that it’s happening on all devices.

    #335264
    Sakin
    Keymaster

    Hi Ginger,

    This is some CSS on your side which is causing the issue. Can you add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .wp-block-woocommerce-cart.alignwide,
    .wp-block-woocommerce-checkout.alignwide {
      margin: 0 auto;
      max-width: 94%;
    }

    Regards,
    Sakin

    #335269
    Ginger Eldridge
    Participant

    That worked beautifully…thank you SO much!!!

    #335272
    Sakin
    Keymaster

    Hi Ginger,

    Glad to hear that it worked for you. If you like the theme and our support then I have a quick request: could you please leave a review? https://wordpress.org/support/theme/chique-music/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Regards,
    Sakin

    #335288
    Ginger Eldridge
    Participant

    I will be happy to!

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