Hi,
im looking to add white space on my mobile footer
up top before the separator line border
and the bottom before the copyright
my site is https://luxurymrkt.com
Hi,
im looking to add white space on my mobile footer
up top before the separator line border
and the bottom before the copyright
my site is https://luxurymrkt.com
To add the space follow the steps:
From your Admin panel, click Online Store > Themes >Actions > Edit code
find and open the theme.css file
Paste the code below at the very bottom of the file.
@media only screen and (max-width: 768px){
.site-footer .grid__item:first-child {
padding-top: 50px !important;
}
.footer__small-text{
padding: 50px 0 7.5px 0 !important;
}
}
Hi @Luxurymrkt
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.css->paste bellow code in top of file
.footer__small-text {
padding-top: 0 !important;
}
@media only screen and (max-width: 768px)
.site-footer .grid__item:first-child {
padding-top: 0 !important;
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly