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;
}
}
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
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
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.
Do you know how I can move the copyright text up?

