Site logo

[Resolved] Layout size on mobile

Home Forums Support [Resolved] Layout size on mobile

Home Forums Support Layout size on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2538462
    Jusung

    when you see the store page on mobile device, there is empty space on the right side.
    I don’t know how it is made..

    I am using both old container and new version container.
    Could this be the reason?

    #2538589
    David
    Staff
    Customer Support

    Hi there,

    the issue is the Woocommerce blocks add margin to account for spacing, and they were never designed to be placed inside of other containers like that.

    You can try adding some CSS to remove that additional spacing when they are inside those tabs:

    .gb-tabs .wc-block-grid__products {
        margin: 0 !important;
    }
    #2539382
    Jusung

    Thank you! that code works!

    #2539602
    David
    Staff
    Customer Support

    Glad to hear that!

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