Hello, I am using a Shrine Theme on my Shopify store, and for some reason, the “Image with text” section isn’t working correctly. Is anyone able to fix this?
@robertbarta Hope you are doing well.
could you please share your store URL?
Hello @robertbarta
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code
.image-with-text__text-item {
height: 645px;
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
i don’t have that file for some reason
@robertbarta PLease add the below line of CSS code at the end of your theme.liquid file. Just copy and paste this code just above the tag.
Result:
Hi,
Using fixed values should be avoided. Otherwise, it may cause inconsistency in size when the screen size changes.
The following code will do what you want. If you encounter any issues again, feel free to write, I’ll help.
-
Navigate to the ‘Edit Code’ option in your theme settings, then search for ‘theme.liquid’ in the search bar.
-
Paste the following code below the ‘’ tag. Please refer to the attached screenshot for guidance.
Terence


