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!
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;
}
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
Thanks! Worked like a charm! I could’ve sworn I’d tried that - but didn’t get that response. Thanks a million!
Both methods worked! Thanks for your time!