Hi,
I have added the image to the custom HTML -section. How can I move the image from left to right?
…And it looks like that.
Do you know how to add more margin to the left? No worries I can play around with the pixels/percents as I only get the right code.
-KJ
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
2 Likes
Hi,
URL: https://digikaupat-unmlnn.myshopify.com/pages/tarina
Password: briepo
Note: Its the first image between paragraphs (600x600px)
@Kjankko-US please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-page #shopify-section-page-sections-template .index-section .page-width{
max-width: 1000px !important;
margin: 0 auto;
}
2 Likes