Hi I am using the ‘sense theme’.
I was wondering if anyone had a solution for me to be able to centre the text next to the image.
Example below;
If possible I also want to bring the text in a bit in the second image.
My website is printreality.co.uk
Any help appreciated
Thankyou.
Hello @Printatme
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
div.image-with-text__content {
justify-content: center !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.