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;
}
}
User | RANK |
---|---|
214 | |
145 | |
66 | |
46 | |
45 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023