In field Image with Text, how can I set up image on the left side, text on the right side?
please help with the coding in this liquid file
Hi @jsngn
I dont that needs a liquid code. Would you mind to share your store URL? With the image with text section? Thanks!
Hello @jsngn
https://youtu.be/0CFaDEyQfH4
see this video you can do this by your self.
Hi @BSS-TekLabs and @niraj_patel this is my liquid file
https://pastebin.pl/view/69049822
My themes doesnât have feature Image on left or right side ![]()
Thank you, this is the URL https://www.frleather.com/pages/order-tracking
Then find the css-section-image-with-text.css file (or theme.css, styles.css, base.css, main.css).
Then add the following code at the end of the file and press âSaveâ to save it.
.wpbingo-section--image-text .image-text {
flex-direction: row-reverse !important;
}
thanks. if I have 2 section for image with text
the 1st I want image on the left
the 2nd I want image on the right
is this way will work?
To place an image left and text right, check if your theme includes an âImage with Textâ section; most support layout alignment settings. If not, minor theme customization may be required.
Before editing code, duplicate your theme and test in preview. If youâre creating new visuals for the section, tools like Pikes AI can help generate consistent product images in a simplified way.