Max dimensions for site logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35670
    Ian Cumberbatch
    Participant

    What are the maximum dimensions for the main logo? Right now, my logo laps over the slider.

    #35678
    Raghavendra
    Moderator

    If you provide a link to the page, we can assist in fixing this using some custom CSS.

    #35693
    Ian Cumberbatch
    Participant
    This reply has been marked as private.
    #35706
    Raghavendra
    Moderator

    Since the logo is having a height bigger than usual, pls use the following custom CSS to fix the issue –

    .site-branding {
        top: 5px;
    }
    
    @media only screen (min-width: 768px) and (max-width: 1024px) {
    .site-branding {
        display: inline-block;
        float: left;
        top: 5px;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.