Header Height

Home Forums Jevelin Theme Header Height

Home Forums Jevelin Theme Header Height

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • rypowell
    Participant

    Hi,

     

    How do i change the header height to remove some of the white spacing above and below the logo?

    http://www.justsportsocial.com
    Thanks

    Ryan

    spfskyline
    Participant

    You have a couple options. First of all, your logo image has transparent pixels that could be cropped and save you some white space.

     

    Second, the CSS is adding 15px of padding top and bottom of the header. You could override the styles.css in the custom code entry under theme settings.

    .header-logo {
        padding: 0!important;
    }

    Should remove the padding.

    Hi @spfskyline,

     

    I hope you are well today and thanks for helping out here in this forum.

     

    Your help here is really appreciate.

     

    Thanks,
    Shufflehound team

     

     

Viewing 3 posts - 1 through 3 (of 3 total)