Need to shrink header space in Snaps theme

  • Unknown's avatar

    I’m using the Snaps theme. I would like to make the header space 60% of the size (height of header space) that it is now. Can somebody please help me do this?

    The blog I need help with is: sgbasu.com

    Thanks!!!

    The blog I need help with is: (visible only to logged in users)

  • Hello there,

    This can be done with the following CSS:

    
    /* Reduce header size AL */
    
    p.site-title {
        margin: 0em 0;
    }
    
    .site-description {
        margin-bottom: 0em;
    }
    
    .site-text-contain {
        max-height: 300px;
    }
    

    This can be added via Appearance > Customize > Additional CSS.

  • Unknown's avatar

    That works like a charm!

    Thank you you so, so much, aleone89.

  • The topic ‘Need to shrink header space in Snaps theme’ is closed to new replies.