Shopify themes, liquid, logos, and UX
I already tried many ways, but unfortunately I haven't found any ways yet that works.
I put the brand information as a column next to the quick links, and is there any way that I can replace that with the NEWSLETTER, so the newsletter becames a column?
Additionally I want to move the socials to the middle, above the Copyrights.
My store: https://longdistanceloveclub.com/
Password: edimar123
Solved! Go to the solution
This is an accepted solution.
Hi @LDLC_Shop,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media (min-width: 990px){
.footer-block__newsletter:not(:only-child) {
position: absolute !important;
left: 0px;
margin-bottom: 18%;
width: 100%;
}
.footer__content-top {
padding-bottom: 0px !important;
display: block;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
padding-top: 0px !important;
}
}
This is an accepted solution.
Hi @LDLC_Shop,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media (min-width: 990px){
.footer-block__newsletter:not(:only-child) {
position: absolute !important;
left: 0px;
margin-bottom: 18%;
width: 100%;
}
.footer__content-top {
padding-bottom: 0px !important;
display: block;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
padding-top: 0px !important;
}
}
Wow, it works perfectly. Thank you so much!
One thing, that the copyright text disappear, why is that? Perhaps should I set the padding higher?
It only appaers to be like this on desktop mode.
Additionally it doesn't allow me to click on the SHOP button under Quick Links
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025