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
10043 2388 3015

Hi @Aldocalinawan 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Made4uo-Ribe
Shopify Partner
10043 2388 3015

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.