Home Forums Pro Themes Education Hub Pro Decrease the height header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #90125
    Angga Krishna
    Participant

    Hi

    I want to create a website that look exactly the same like demo version. But somehow when i upload my logo, my header become taller. It does not look good. Can you help me with some CSS code to decrease my header height?

    Here is my header image

    I want to cut from red line below. Here is my website is http://neurologiudayana.com

    Thanks

    #90173
    wensolutions
    Keymaster

    Hello @anggakrishna,

    Please add below given CSS to reduce the header size.

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

    .site-header {
        padding: 0px 0;
    }

    Hope this helps.

    Regards!!

    #91108
    Angga Krishna
    Participant

    That code reduce the header beyond the logo, i need to cut the header below the logo (red line down). Thanks

    #91181
    wensolutions
    Keymaster

    Hello @anggakrishna,

    Yes, but if you only want to remove the bottom space then please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .site-header {
        padding-bottom: 0px;
    }

    Hope this helps.

    Best Regards!!

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