i would like to put the image with the payment infos and the copyright info in the middle of the site:
https://sternenbilder.ch/
And if possible to insert a little space between the footer menu and the payment infos and reduce the space between payment infos, the line and the copyright
Hi @sternenbilder
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.footer__content-top.page-width {
display: flex !important;
flex-direction: column !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi @sternenbilder
Dan here from Ryviu: Product Reviews & QA app
You can do that by adding this code to your theme.liquid file, after in Online Store > Themes > Edit code
thank you for the very fast answer. that worked well for the text (copyright) but not for the image?
Please remove the code you added at the bottom of base.css file to make my code work properly
.footer__content-top.page-width {
display: flex !important;
flex-direction: column !important;
}
perfect now it works! Thank you very much. Do you have an idea how to reduce the space between the picture of the icons and the line and aswell between the line and the copyright?
that worked aswell - perfect!
Is it possible to increase the space between the footer menu and the payment icons?
Perfect - Thank you very much for your fast help!
1 Like