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 |
---|---|
154 | |
136 | |
77 | |
70 | |
68 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023