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!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025