Solved

Top banner in Minimal theme - full width

wendycain
Explorer
81 7 15

Hi can anyone tell me how to code to make the banner at the top under the menu to go the width of the top image?  See the orange logo banner, see the top photo collage, same width??

Thanks

www.orangegrove.co.nz

Screen Shot 2021-07-20 at 5.53.46 PM.png

Accepted Solution (1)
wendycain
Explorer
81 7 15

This is an accepted solution.

THank you SO SOOOOO much, it worked, appreciate your help so much

 

View solution in original post

Replies 2 (2)

Hardik29418
Shopify Partner
2913 419 1084

@wendycain 

Please Go to Online Store -> Themes -> Edit code -> Assets -> theme.scss.liquid and paste this code at the end of this file.

.site-header .wrapper {
    max-width: 100%;
    padding: 0px;
}

.site-header .wrapper .logo__image-wrapper {
    max-width: 100%;
}

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
wendycain
Explorer
81 7 15

This is an accepted solution.

THank you SO SOOOOO much, it worked, appreciate your help so much