Home Forums Trusted Reduce header image section height

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9732
    MedLexOne
    Participant

    Hi,

    I would like to remove the image on the header and reduce the section height. I do not see any configuration to alter this. Can you pls let me know what can be done?

     

    Regards

    #9743
    Andy
    Keymaster

    You can remove the image by going to Customize > Header Image and selecting ‘Hide Image’. The ‘Current Header’ setting will now display the text “No image set” instead of a thumbnail of the previously selected image.

    #9745
    MedLexOne
    Participant

    Hi,

    Yes, this I have done. But I want to reduce the size of this empty section too. For this, I cannot find any configuration. Please let me know how to change this.

    Thank you.

    #9756
    Andy
    Keymaster

    Try this Additional CSS:

    .main-header {
        min-height: auto !important;
        padding-top: 80px !important;
    }
    #9757
    MedLexOne
    Participant

    Works perfectly !.. Thank you !

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce header image section height’ is closed to new replies.