Edit Image with text

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

  • You can set the image to be first or second without having to edit the code.

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

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 :disappointed_face:

Hi @Made4uo-Ribe

Thank you, this is the URL https://www.frleather.com/pages/order-tracking

  • Please follow these steps:

  • 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;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

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.