Website edit

Hi guys!

Wondering if anyone knows how i can make my logo, and writing etc fit to the full page?

I dont want it to sit inside, I have attached a photo of my website and the Jacquemus website (what i want it to look like)

You will need to adjust your menu or header via CSS. Feel free to contact us—we’ll be happy to do it for you.

Yes that would be great!

Hi team, do you know the code i could add in CSS to do this?

@WolfieVoir can you please share your website link?

https://wolfievoir.com/ password: mrsp

@WolfieVoir for now your pages width is maximum 1200px, hence it is not going beyond that width, you can make it bigger by using css below, please keep in mind that it will change for all the layouts

please add this css to the very end of your base.css file and check

shopify admin->online store->themes->edit theme code->assets->base.css

@media screen and (min-width: 750px) {
    .page-width {max-width: 100%;}
}

Hi, thank you for the code! unfortunately it didn’t change anything.

@WolfieVoir i think there was a closed bracket on 3679 and it got replaced with this code, so please add closing bracket } on line 3679 and put code on 3680 and check

legend! that worked :slight_smile:

the only thing it didnt fix was this bit here, any ideas?

@WolfieVoir add this and check, I think you can change width for this section from customize settings as well

@media screen and (min-width: 750px) {
.newsletter-footer-grid{width: 100% !important;}
}

Hey! I totally get what you mean having the logo and text stretch edge-to-edge really gives a cleaner, more modern look. You might need to adjust your container width or padding in the theme settings. I had the same issue on my site too lol, it took me a while to fix it but it’s worth it!

thank you so much! - although it didnt seem to work, it could be due to this section being customised

already?

Please add !important for css on line 3681 and check so page width will also have !important css

oh amazing! that worked so well. thank you so much for the time you put in to help me!