Tagged: 

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

    Hi,

    My logo is being streched vertically on my mobile device. So it doen’t show correctly.
    What could be the solution?

    Also the logo on the homepage is moved to the top instead of the middle of the header.?

    lillebrormarine.nl

    thanks, christian

    #290899

    If it helps to sove the problem:
    I notice that there is no limit for the size of my logo. If i upload the logo in big size/resolution of 1024 x 81 px, then it also takes up the entire header space, even over the menu chapters.

    Might this be connected to the logo issue on mobile device?

    #290942

    Hi!

    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

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