Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #229921
    Cricket
    Participant

    Currently our header has a lot of white space.
    https://nagonline.net/wp-content/uploads/2019/12/header-bad.png

    I’d like it spaced more like so:
    https://nagonline.net/wp-content/uploads/2019/12/header-good.png
    Can you help with some custom css for the header that would help us make the header spaced better?

    Thank you!
    CB

    #230448
    tikaram
    Keymaster

    @heidi-bissell: Please add the following additional css and let me know if this helps resolve your issue

    #site-logo {
    	width:30%;
    }
    #branding #site-logo img {
        width: 100%;
    }
    #branding .searchform, #branding .search-field {
        width: 100%;
        float:left;
    }
    #site-title {
        font-size: 45px;
    }
    #site-description{
    	font-size: 18px;
    }
    #hgroup {
    	padding-top: 20px;
    }
    #header-content {
    	padding-top:5px !important;
    }

    Regards,
    Tikaram

    #233322
    Cricket
    Participant

    Sorry for the slow reply. Thank you!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Help format header’ is closed to new replies.