How can I add more white space between sections on mobile?

Hi,

im looking to add more white space between

View size guide

and the payment buttons on Mobile*

my site is https://luxurymrkt.com/collections/menswear/products/rick-owens-organic-cotton-cargo-pants

Hi @Luxurymrkt

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file

@media screen and (max-width: 767px){
.size-chart__standalone {
margin-bottom: 50px !important;
}
}

Hope that my solution works for you.

Best regards,

Richard | PageFly

1 Like

Thank you

You are welcome @Luxurymrkt :blush:

1 Like