Text spacing in footer in Mobile View

Solved

Text spacing in footer in Mobile View

jetranger407
Excursionist
21 0 9

Hi, All!

 

I was hoping someone might be able to point me in the right direction. I have looked high/low and haven't found anything that would solve me problem.

 

In Mobile View, the footer text way at the bottom of the page is totally flush to the left, without any spacing. I'd like for it have a small space (about 1-2 characters width). Attached below is an image of the issue. My temporary url is slowmoxyz.myshopify.com

 

Any help would be greatly appreciated! Thank you!

 

IMG_8805.jpg

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11680 2289 2470

This is an accepted solution.

Hi @jetranger407,

You can do that from Online store > Themes > Live theme > Actions > Edit code > Assets, open theme.css or theme.css.liquid file and add this code at the bottom of your file and then click Save button

.site-footer .grid {
margin-left: auto !important;
}

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
11680 2289 2470

This is an accepted solution.

Hi @jetranger407,

You can do that from Online store > Themes > Live theme > Actions > Edit code > Assets, open theme.css or theme.css.liquid file and add this code at the bottom of your file and then click Save button

.site-footer .grid {
margin-left: auto !important;
}

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

jetranger407
Excursionist
21 0 9

Thanks! Worked like a charm! I could've sworn I'd tried that - but didn't get that response. Thanks a million!

PageFly-Victor
Shopify Partner
7865 1786 3134

Hi @jetranger407 .

 

This is PageFly - Advanced Page Builder.

 

You can go to Online store => themes => actions => edit code  and add this code on file theme.css

 

.site-footer{
padding-left: 40px;
}


Hope this helps.

 

Best Regards;

Pagefly

 

jetranger407
Excursionist
21 0 9

Both methods worked! Thanks for your time!