• Using Mono 1.1 by Cudazi. I’m wanting to eliminate some of the space around the logo, possibly bringing the rotating slider up a couple of lines but am clueless. Also possibly eliminating some lines above the entire logo top to bring the website closer to the top. Any help would be appreciated.

    https://www.johnnyshalloffame.com

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    This is in screen.css, and actually I would suggest creating a child theme instead of modifying the theme files so that whatever changes you make to the CSS do not get overwritten by a theme update.

    If you are uncomfortable with setting up a child theme, you could install the WordPress.com custom CSS plugin which will store your CSS changes in your database, keeping them safe from theme updates.

    You can then add this and play with the first and last values (first is top, last is bottom) in the margin declaration. The original top and bottom margins were 60px.

    #header {
    margin: 30px 0 10px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Looking to squeeze the space around a logo’ is closed to new replies.