Align text to image above

I would like to align my text to the image above - both on desktop

https://thebodyshop.com.lb/collections/shop-hair

dosawr

Hey @TBS2023

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi @TBS2023

You can add this code to the Custom CSS of that multiple-column section.

.rte-setting {
max-width: 330px;
margin: auto;
}
.rte-setting p { margin-left: 0; margin-right: 0; }

1 Like

Hello @TBS2023

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file β†’ Save


Best Regards,
Rakesh patel