Hi there,
I am hoping someone could assist with putting the copyright and policies on seperate lines?
Ride Theme ![]()
A user needs help separating the copyright and policies sections in their Ride Theme footer so they appear on different lines instead of side-by-side.
Store Details:
Solutions Offered:
Three support representatives provided CSS-based solutions:
GemPages approach: Edit theme.liquid file and add custom markup before the closing </body> tag
PageFly-Victor’s solution: Add CSS to Assets > base.css:
.footer__content-bottom-wrapper .footer__copyright.caption > ulLitos’s solution: Similar CSS approach targeting .footer__copyright and .policies.list-unstyled
Status: Multiple working solutions provided; implementation pending user confirmation.
Hi there,
I am hoping someone could assist with putting the copyright and policies on seperate lines?
Ride Theme ![]()
Hello @LucyAurora ,
Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?
Kind & Best regards,
GemPages Support Team
Hi @LucyAurora ,
Please send your site and if your site is password protected, please send me the password. I will check it.
thank you so much! https://fitformeathletica.myshopify.com/
P/W: fitforme
Hello @LucyAurora ,
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi @LucyAurora
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.footer__content-bottom-wrapper .footer__copyright.caption > ul {
width: 100% !important;
display: block !important;
}
.footer__content-bottom-wrapper .footer__copyright.caption {
width: 100% !important;
text-align: center !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hi @LucyAurora ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.footer__copyright {
width: 100% !important;
text-align: center !important;
}
.policies.list-unstyled {
display: block !important;
}
Hope it helps!