• Resolved ruth.hopper

    (@ruthhopper)


    I am trying to reduce the white space below the site title and the top of the header image. I have played around with the site title margins but can’t get that bit to change.

    Website:

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Add style.css bottom

    for example

    /* Control header banner height */
    #hd{
        height:50px;
        min-height:0;
    }
    /* Control Site Title Position */
    #site-title{
        position:absolute;
        top:0;
        left:50px;
    }

    Thank you 🙂

    Thread Starter ruth.hopper

    (@ruthhopper)

    Excellent – that works, thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reducing space between Site Title and Header Image’ is closed to new replies.