Happening now! Exclusive AMA: Streamlining Fulfillment and Delivery with Shopify Experts | Ask your questions to be answered by our team!

Stack policies and logos on one column left side dawn theme

Stack policies and logos on one column left side dawn theme

Aldocalinawan
Tourist
3 0 3

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. 


 

Screenshot 2024-09-02 at 10.08.16 PM.png

Replies 4 (4)
Aldocalinawan
Tourist
3 0 3

Hi! Unfortunately the dawn theme doesn't allow it. How can we fix it?

Made4uo-Ribe
Shopify Partner
7663 1844 2259

Hi @Aldocalinawan 

Would you mind sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Made4uo-Ribe
Shopify Partner
7663 1844 2259

Thanks for the info, do you mean like this?

Made4uoRibe_0-1725290504120.png

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!

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.