Adjust custom image header height for front page

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Alpenhouse Adjust custom image header height for front page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1059755
    Ruxandra Ciuculescu
    Participant

    Hi there,

    I´m trying to reduce the height of the custom image header for the homepage, but I can´t seem to manage unfortunately.

    Would you have any suggestions?

    many thanks!

    #1061182
    Andre Flores
    Moderator

    Hello Ruxandra,

    The height can be changed by altering top and bottom padding for the header image. Add the following code under Appearance ->Customize ->Additional CSS:

    .site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .page-header-custom {
    	padding-bottom: 240px;
    	padding-top: 240px;
    }

    Reduce/increase 240px values both for bottom and top padding in order to change the image height.

    Regards,
    Andre

    #1063877
    Ruxandra Ciuculescu
    Participant

    Thank you, Andre !

    #1064728
    Andre Flores
    Moderator

    Hello Ruxandra,

    You are most welcome. It would be very much appreciated if you leave your positive feedback about the Alpenhouse theme at: https://motopress.com/products/alpenhouse/#edd-reviews-respond.

    Thank you in advance!

    Regards,
    Andre

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