I would like to align my text to the image above - both on desktop
https://thebodyshop.com.lb/collections/shop-hair
dosawr
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:
Go to Online Store
Edit Code
Find theme.liquid file
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
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; }
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