• Hello,
    I’ve increased the width of my page to 970px, but the header image is stuck at 530px. Is there a way to increase the header width to match the size of my page?

    I tried the following code unsuccessfully
    `#header {
    width: 970px;
    }’

    Site: bestlittlenest.com. Thank you!!

Viewing 1 replies (of 1 total)
  • Thread Starter tja315

    (@tja315)

    Figured it out! For anybody else looking to do the same – I added the following code to the Custom CSS
    `.logo {
    max-width: 1300px;
    display: block;
    height: auto;
    margin: 0px auto;
    }’

    The logo isn’t centered in the tablet view, but I can’t figure that one out. Let me know if anybody can do that. Otherwise, I’ll consider this good enough. ??

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Widening header image’ is closed to new replies.