• Resolved artsycat

    (@artsycat)


    Is it possible to change the height of the header media so that it’s not so deep and the content of the pages doesn’t fall below the fold? I know I can tinker with the “crop image” feature when I select the images, but if I do that manually with multiple images, they won’t have the same exact height.

    Also, is there a way to get a sticky menu for this theme without using a plugin? I can’t see this feature in the customizer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Please add this CSS:

    .wp-custom-header img {
        height: 200px;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    If this doesn’t work for you, please let us know the site URL. Regarding Sticky Menu, Zakra currently doesn’t have such an option. Thanks.

    Thread Starter artsycat

    (@artsycat)

    @themegrillteam

    Thank you. It did shorten the header but it didn’t constrain the proportions of the image so I just made a shorter image and am using it all throughout the website.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Height of Header Media & Sticky Menu’ is closed to new replies.