How can I customize the header image and logo on my Grid theme website?

Hi,

I’m building my website (www.melanieannebitner.com) but have run into a few things that I need help customizing.

Homepage: Header Image (Image with text Overlay block). I’d like to make this 100% browser width.

Logo: I’d like to make the logo slightly larger but theme doesn’t allow it.

Look forward to your suggestions!

1 Like

@melaniebitner

sorry for that issue

logo width please check your theme setting and image with text section try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.pxs-image-with-text-section .pxs-image-with-text {
    margin: 0;
    position: relative;
    left: -50vw;
    width: 100vw;
    margin-left: 50%;
}