I’m looking to center this image and fix the alignment of this text. Can someone please help?
Topic summary
A user seeks help centering a footer image and fixing text alignment issues on their Shopify store.
Two solutions provided:
PageFly representative suggests:
- Navigate to Online Store → Theme → Edit code
- Add CSS to base.css file targeting
.footer-block-image>imgwith specific margin and width properties - Includes CSS for business hours text formatting with white-space and content properties
GemPages team offers:
- Similar approach through Theme → Edit code
- Instructions to paste markup code before
</head>tag in theme.liquid file - Includes a reference screenshot
Both solutions involve custom CSS modifications to the theme files. The user shared their store URL to enable direct assistance. The issue remains open pending user feedback on which solution works.
Hi @SKLearn
Please share your store URL( with pass if your store password is enabled ). So that we can help you.
Thank you.
Here is the store URL
Hi @SKLearn ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file
.footer-block-image>img {
margin-right: 220px;
margin-top: 20px;
}
.footer-block__details-content.rte >p:nth-child(2) {
content:"'Central Hours:\a' 'M-F - 3 AM - 9 PM \a Sat - 11 AM - 8 PM \a Sun - 12 PM - 6 PM'";
white-space: pre-wrap;
width:200px;
}
Hope my answer will help you.
Kate from PageFly Team
Hello @SKLearn ,
It’s the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team

