How can I adjust the width of my website's image banner?

How can I adjust the width of my website's image banner?

flammagreg
Trailblazer
276 0 39

Hi guys, how can I change the width of my image banner to match the rest of my website??? It should not be the width of the full screen. Any help is greatly appreciated!!

 

The width should match the image with text at the top of the website.

 

Website: slushychallenge.com

 

 

Replies 3 (3)

kazi
Shopify Partner
716 100 126

@flammagreg  try this css on assets > base.css

 

.banner {
max-width: var(--page-width);
margin: 0 auto;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

flammagreg
Trailblazer
276 0 39

The banner is still too wide. Any other recommendations?

kazi
Shopify Partner
716 100 126

Did you try the css code?

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd