Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10472
    chipbphoto
    Participant

    Love the theme! I am using Header Text without a logo in my heading. Is there a way to reduce the padding above the header text?

    Thank you in advance

    #10538
    Sakin
    Keymaster

    @chipbphoto: You can adjust the padding top and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen size above 1000px */
    @media screen and (min-width: 1000px) { 
    #hgroup {
        padding-top: 50px;
    }
    }
    #10543
    chipbphoto
    Participant

    Worked great – thank you Sakin!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Text – Reduce Top Padding’ is closed to new replies.