• I have created a header image that meets the 1500×550 specifications outlined for this theme but when I upload it and choose not to crop it but to publish as is the image displayed is still cropped.

    Also, for other pages on my wordpress site I would like to have a scaled version of the jumbo header image so you can see the whole thing. Currently all you are seeing is a small part of the image. If there is a way to upload a different image for the other pages that would work as well.

    Here is my website: https://www.thenestcreations.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter thenestcreations

    (@thenestcreations)

    I just discovered through looking at other browsers that my window size was so large that it was distorting the image. So the first part of my question is resolved.

    The second part of my question is still outstanding.

    Thanks!

    If you open the style.css or go to that file in the Editor from the Appearance menu. Then scroll down till you see”

    \* header
    ---------------------------------------*\

    You should then also see a couple of style entries for #header

    one of them will look like

    .home #header-wrap {
       height: 550px;
    }

    If you change that to just

    #header-wrap {
       height: 550px;
    }

    That should show the jumbo header at full size on all your pages

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jumbo Header vs. Regular Header’ is closed to new replies.