All things Shopify and commerce
How Can I Stack my store policies in one column on the left side? Instead they are all together in one line.
Also to put my social media logos on the bottom of it.
Hi! Unfortunately the dawn theme doesn't allow it. How can we fix it?
Would you mind sharing your store URL? Thanks!
Thanks for the info, do you mean like this?
if it is check this one
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (min-width: 749px){
.footer__content-top.page-width {
margin-left: 0;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
justify-content: flex-start;
}
footer.footer.color-scheme-1.gradient.section-sections--18665968599204__footer-padding {
display: flex;
flex-direction: column-reverse;
}
.footer__content-bottom-wrapper.page-width {
margin-left: 0;
width: fit-content;
}
.footer__copyright.caption {
width: 50%;
}
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
text-align: left;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024