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
User | RANK |
---|---|
208 | |
177 | |
63 | |
51 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023