How do I change the width of the image banner to match the width of the image with text directly below?
Hi @flammagreg , can you share your store url?
@flammagreg , can you please share the password?
Sorry, I’m super new to shopify. Where can I find that?
@flammagreg No problem, go to your admin area and choose see store password option:
Gotcha, looks like “nahpes” is the password
@flammagreg , Go to base.css and add the following code :
@media(min-width:990px){
div#Banner-template--14973500751974__f49eab3a-8969-40f0-a28f-d3dd02af20d0 {
width: 70% !important;
margin-left: auto !important;
margin-right: auto !important;
}
}
Result:
@flammagreg , you can increase the percentage till you reach your desired result :
width: 70% !important;
Hi @flammagreg ,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about Changing Width Of Image Banner On Taste Theme, let’s try this solution:
Online Store ->Theme ->Edit code → theme.liquid
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly




