Changing Width of Image Banner on Taste Theme

How do I change the width of the image banner to match the width of the image with text directly below?

1 Like

Hi @flammagreg , can you share your store url?

https://d0e807-3.myshopify.com/

@flammagreg , can you please share the password?

Sorry, I’m super new to shopify. Where can I find that?

1 Like

@flammagreg No problem, go to your admin area and choose see store password option:

1 Like

Gotcha, looks like “nahpes” is the password

1 Like

@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:

1 Like

I added that code and mine came out with less width.

1 Like

@flammagreg , you can increase the percentage till you reach your desired result :

width: 70% !important;
1 Like

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