Shopify themes, liquid, logos, and UX
Hi all,
I added some custom text to the bottom of my footer page
I was wondering if it is possible to make the text fit the same as where the footer menus start and payment icons finish? Is it also possible to change the size of that specific text?
My store URL is https://www.nextlevelsupps.com.au/
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
@jakelemon, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.site-footer + center{
max-width: 1050px;
margin: 0 auto;
padding: 0 !important;
font-size: 12px !important;
}
@media (max-width: 749px){
.site-footer + center{
padding-left: 30px !important;
padding-right: 30px !important;
font-size: 11px !important;
}
}
You can change the values as per your wish.
12px = font size desktop
11px = font size mobile
Kind regards,
Diego
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
This is an accepted solution.
@jakelemon, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.site-footer + center{
max-width: 1050px;
margin: 0 auto;
padding: 0 !important;
font-size: 12px !important;
}
@media (max-width: 749px){
.site-footer + center{
padding-left: 30px !important;
padding-right: 30px !important;
font-size: 11px !important;
}
}
You can change the values as per your wish.
12px = font size desktop
11px = font size mobile
Kind regards,
Diego
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024