How do I add padding in multicolumn mobile view

Solved

How do I add padding in multicolumn mobile view

Sharyn2
Excursionist
19 1 2

How do I add the padding between my multicolumn images on mobile view

Screen Shot 2023-07-08 at 2.20.27 pm.png

Accepted Solution (1)
Sharyn2
Excursionist
19 1 2

This is an accepted solution.

It worked perfectly, thank you 

View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
6616 1788 2173

Hey @Sharyn2 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Sharyn2
Excursionist
19 1 2

www.tripleonedesigns.com.au

Password: Testing123

Moeed
Shopify Partner
6616 1788 2173

Hey @Sharyn2 


The padding is already in the columns. Did you managed to fix the issue?

Moeed_0-1688791439630.png

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Sharyn2
Excursionist
19 1 2

That's strange, when I view on my mobile it's showing it as being grouped together??

Sharyn2
Excursionist
19 1 2

Here's a screen shot of from my mobile

IMG_F992867DE01F-1.jpeg

Moeed
Shopify Partner
6616 1788 2173

Hey @Sharyn2 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

<style>
@media only screen and (max-width: 480px) {
.grid--1-col .grid__item {
    padding: 10px;
}
}
</style>

Moeed_0-1688792121149.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Sharyn2
Excursionist
19 1 2

This is an accepted solution.

It worked perfectly, thank you