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.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024