Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #308650
    lumbatius
    Participant

    Hi,
    Thank you for this nice Theme!
    Looks great except for the stretched Logo in the mobile version. This seems to be a bug or can this be fixed whith some coding?
    Thanks for your reply and regards,
    Andreas

    https://yourfms.ch

     

    #308654
    tikaram
    Keymaster

    @lumbatius : The Suggested image dimensions for logo is : 150 by 150 pixels.
    It looks like you are using a bigger size logo than recommended size that’s why the logo gets cropped on smaller devices.
    To fix the issue : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css and click on publish.

    @media only screen and (max-width: 990px) {
        #site-logo img {
            max-height: unset;
            height: auto;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Stretched logo picture in mobile appearance’ is closed to new replies.