Remove description space

  • Posted in : Read WP
  • akaur13
    Participant

    I’d like to move the menu up towards the site title by getting rid of the “description” space that is between the Title and the Menu. I do not have a description. What CSS do I use for this?

    akaur13
    Participant

    never mind, got it!

    entered in custom css:

    .site-description { margin-top: -3em; }

    akaur13
    Participant

    Ok, how do I reduce white space between horizontal navigation menu and the entry post?

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .site-header { padding-bottom: 1em; }
    
    MatthewLeeAnderson
    Participant

    I have a question about this too. I would like to get rid of the description space altogether, so that it’s just the header and then the menu. However, when I try the above solution I still have two lines, which looks funny. Any help?

    http://mereorthodoxy.com/notes/

    Thanks a ton for all your work. I really love the theme and think it looks great!

    Matt

    Mehmet S.
    Keymaster

    I don’t understand.

    MatthewLeeAnderson
    Participant

    I would like there to be no space at all between the header (my image) and the menu. I’d like that middle area, where the description belongs, to disappear.

    Does that help? : )

    matt

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .site-header hgroup { padding-bottom: 0px; }
    .site-title { margin-bottom: 0px; }
    .site-title a { border-bottom: 0px; }
    .site-description { display: none; }
    
    MatthewLeeAnderson
    Participant

    That’s very helpful. Thanks for being so responsive. I’m thrilled with the theme so far.

    One last question: There are still two dotted lines there. (http://mereorthodoxy.com/notes/hear-the-voice-of-the-man-who-invented-the-telephone/). Is there any way to make it so that the dotted line beneath the header disappears so there’s just one?

    Matt

    Mehmet S.
    Keymaster

    – Edit the above border code:

    .site-title a { border-bottom: 0px !important; }
    
    MatthewLeeAnderson
    Participant

    Brilliant! Thanks so much for your help. This worked perfectly. I’m thrilled!

    matt

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register