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

    I don’t know why I’m encountering this issue with your theme last site I built never had issues, but currently the logo is set to be center, I’ve tried smaller as well the problem is when on mobile version the logo ends up getting messed up in width. Usually this didn’t happen maybe the new update causing this I don’t know. I’ve done two new fresh installs to be certain… Please Help

    #289791

    Hi P. Bert!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 85%;
    height: auto !important; }}

    Regards,
    Yigit

    #291746

    Thanks Yigit fixed the issue!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo Mobile Width Issue’ is closed to new replies.