Hi I wanted to know if I can reduce the width of the image instead of being as wide as possible rather the width to be in line with the icons in the header.
Website url https://tbp17.myshopify.com/
Hi I wanted to know if I can reduce the width of the image instead of being as wide as possible rather the width to be in line with the icons in the header.
Website url https://tbp17.myshopify.com/
sorry for that issue can you please try this code
.hero {
max-width: 920px; /* change value as you like */
margin: 0px auto;
}
I have solved your issue.
First of all, Go to Online Store-> Theme->Edit code
then Asset->/theme.scss.liquid->paste below code at the bottom of the file.
div#shopify-section-1476381658595 {
width: 980px;
position: center;
text-align: center;
margin: 0 auto;
}
or Go to the Layout folder then click on a theme. liquid and paste the below code
div#shopify-{{section.id}}{
width: 980px;
margin: 0 auto;
}
I have found that you haven’t set anything in your store. If you need any free consultation you can message me.
Thank you for your time, solution, and reply. Would this be possible for the Gallery element also?
Yes, please give me screenshot?
yes i have post solution your new post please check