Trimming whitespace from Logo area at top

Home Forums Iconic One Pro Support Trimming whitespace from Logo area at top

This topic contains 2 replies, has 2 voices, and was last updated by  Themonic-Support 2 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6555

    craigkeefner
    Participant

    See ..

    How would I trim the white space above and below the main logo. It is sort of wasted space right now.

    Thanks in advance

    #6556

    craigkeefner
    Participant

    I also use a static page for the homepage. It starts with an H2. It would be nice if I could pull that up higher. Several lines of whitespace above it.

    Great theme!

    #6557

    Use in Additional CSS

    For logo

    
    .themonic-logo {
        padding: 0px 0px 0px 2px;
        margin: 0;
    }

    For space above H2

    
    .entry-content h2, .comment-content h2 {
        margin-top: 0;
    }
    div#primary {
        padding-top: 0;
    }

    There is also a no title page template for this specific use case that does the same thing but better.

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

The topic ‘Trimming whitespace from Logo area at top’ is closed to new replies.