Shopify themes, liquid, logos, and UX
Hi is there a way to change the footer size in Palo Alto Theme? My current footer is taking half of the page. My shop URL is https://stoned-and-co-online.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 768px){
.footer-bottom wrapper .social-sharing-wrapper {
margin-top: 5px !important ;
}
}
This is an accepted solution.
Hi Natztech,
Great! thank you for your help I manage to shrink the footer now.
Possible to reduce the space between the logo and about us?
This is an accepted solution.
Add this, Good Luck!
You can reduce more gap by changing 15 to lower values.
@media only screen and (min-width: 768px){
.footer-content__logo {
margin-bottom: 15px;
}
}
hello @Lanchaster_91
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.site-footer {
padding: 12px 0px ;
}
Hi Natztech,
I have paste the code but the footer still take more than half of the page.
Code view.
@Lanchaster_91,
Add this code at the bottom of your theme.css file.
@media only screen and (min-width: 768px){
.footer-bottom {
margin-top: 5px;
}
}
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 768px){
.footer-bottom wrapper .social-sharing-wrapper {
margin-top: 5px !important ;
}
}
This is an accepted solution.
Hi Natztech,
Great! thank you for your help I manage to shrink the footer now.
Possible to reduce the space between the logo and about us?
This is an accepted solution.
Add this, Good Luck!
You can reduce more gap by changing 15 to lower values.
@media only screen and (min-width: 768px){
.footer-content__logo {
margin-bottom: 15px;
}
}
thank you for your help.
User | RANK |
---|---|
62 | |
52 | |
46 | |
39 | |
37 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023