Home Forums Free Themes Corporate Education How to make the header less gigantic

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #76131
    goopie
    Participant

    The default header image is absolutely giant. How can I make it smaller?

    #76194
    wensolutions
    Keymaster

    Hello @goopie,

    If you are referring to the slider that is displayed on the front page then its height can be adjusted according to the image size. If you want slider of smaller height then you can upload the image of smaller height as slider will adjust its height according to the image height.

    If you are referring to the image that is displayed on the header of other images then you can decrease the size by adding below given custom CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    #header-featured-image {
        padding: 257px 0;
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.