Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #283921

    Hi there,

    The logo is currently distorting rather than shrinking to fit in responsive mode. How do I fix this?

    Thanks in advance
    Sinead

    #284037

    Hi sineadh!

    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; }}

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.