[Resolved] Need a full width header

  • Author
    Posts
  • #10299

    Joe
    Participant

    I am working for a client that already is using the free version of this theme, and she had me design a new logo and header. I need the header to be the full width of a browser, and the image I have is set at 1920px x 253 px, but the image always seems to shrink down, leaving white space on either side. It initially left white space on the top too, but I corrected that by changing the top padding. I added this css in:

    .site-content {
    overflow-x: hidden !important;
    }

    but that didn’t help…here’s a preview link of what I’m seeing:

    http://thecountofmanystitches.com/?customize_changeset_uuid=9f082282-6df2-44a8-aa32-3f05e6dd78e9

    #10300

    Andrew Misplon
    Keymaster

    Hi Joe

    Try adding the following to Customize > Additional CSS:

    .site-header .polestar-container {
    	max-width: none;
    	padding: 0;
    }
    #10301

    Joe
    Participant

    Thanks! That worked perfectly!

    #10302

    Andrew Misplon
    Keymaster

    Super, glad that helped. All the best 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Scroll to top