Home Forums Pro Themes Signify Pro Header Image height:

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #146277
    dck
    Participant

    Hello, I am using Signify Pro, Dark for my Theme. I want to change the height of the header image container on the Home Page. Not the height of the image, when I do change the “image” height it just gets stretched throughout the container. I need to change the height of the container for the home page. Knowing how to do this on other pages too would also be helpful.
    Thanks!
    PS. I am ok at computer coding so I am experienced in code views.

    #146305
    Psink
    Keymaster

    Hello Dck

    can you provide your site URL?

    Regards,
    psink

    #146330
    dck
    Participant
    #146480
    Psink
    Keymaster

    Hello dck,

    Please add this css in the additional css, this code will help you to make the height of the header image same for all pages – 200px height

    
    .custom-header .custom-header-content {
        padding: 0;
    }
    body:not(.color-scheme-wedding).header-media-text-disabled .custom-header-media .wp-custom-header img {
        position: absolute;
    }
    #wp-custom-header {
        padding: 200px 0;
    }
    

    hope this helps you

    Regards,
    Psink

    #146557
    dck
    Participant

    It worked, Thank You.

    #146565
    Psink
    Keymaster

    glad to help you

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