Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1324255

    Hi Team,

    I hope you are well.

    I’m pretty sure since one of the Enfold theme updates my mobile logo size seems to have increased a bit now. Is this an update issue, or do I need to control that mobile logo size via CSS?

    Website is http://www.peakpotential.net.au

    Cheers

    • This topic was modified 3 years, 1 month ago by darrenwise.
    #1324289

    Hey Darren,
    Thank you for the link to your site, it looks like you have the max-height for your mobile logo set to 80px, but something is overriding it and I having trouble seeing it due to caching, either way to correct this please try this css in your Quick CSS and clearing your browser cache.

    @media only screen and (max-width: 767px) {
    .responsive #header_main .logo img, .responsive #header_main .logo svg {
        max-height: 80px;
    }
    }

    If you want the mobile ogo size to be different please adjust to suit.

    Best regards,
    Mike

    #1324329

    Perfect, that fixed it, thanks Mike.
    Looks much better.
    Please close the ticket.

    #1324330

    Hi darrenwise,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Logo Size Has Increased’ is closed to new replies.