Shopify themes, liquid, logos, and UX
I am using Dawn theme and would like to move the payment icons to be in the same line as copyright text and to move payment icons to the right side of footer. At the moment it's like the payment icons are one line above in centre and it looks messy.
Hi,
To solved that, you can add the code bellow to section-footer.css file, and to finding that file you need to access
Admin -> Theme -> Customize Code -> assets -> section-footer.css
@media only screen and (min-width: 750px){
.footer__content-bottom .footer__column--info{
flex-direction: row-reverse;
justify-content: space-between;
}
}
That worked to move the payment icons to the right however it is still a line above copyright text. Do you know how to make it in same line so there is no space/extra line.
Can you share the store url here?
That thing will help to easy check and give to you suggestion.
See how the copyright text is a line below payment icons? anyway to align it all in one line?
Hi @Potato777 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media (min-width: 750px){
footer .footer__column--info{
flex-direction: row-reverse;
justify-content: space-between;
}
}
<style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Do you know how I can move the copyright text up?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025