• Resolved mygrove

    (@mygrove)


    Is an Additional CSS that will stretch the header image to the full width of the page rather than leaving a white border at the sides?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Kavya Gokul

    (@properlypurple)

    Hey @mygrove ! This following css will stretch the image, as well as the navigation bar, to the width of the main container. You can add this by going to Appearance > Additional CSS

    #branding > img,
    #access {
      margin-left: -20px;
      margin-right: -20px;
      width: calc( 100% + 40px );
      height: auto;
    }

    Thread Starter mygrove

    (@mygrove)

    Perfect. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full with header image’ is closed to new replies.