Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #267688

    Hello. I have a problem with the mobile version of the site. Problem is in displaying logos. The logo is unnaturally stretched. Has the wrong aspect ratio. There are too high.

    #267750

    Hey qeeqac!

    Thank you for using the theme!

    Do you mind if we take a look at the actual website? We would like to see it. I think we can fix it via css media query.

    Best regards,
    Ismael

    #267810

    Hey Ismael.
    Here’s the address of my website: http://www.plan2.pl

    Best regards,
    QeeQac

    #267829

    Quick CSS

    .logo {
    margin-top: 14px;
    }
    .header-scrolled .logo{
    margin-top: 0;
    }
    .page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units {
    padding: 20px 0;
    }
    .avia-icon-list-container {
    margin-bottom: -20px;
    margin-top: 10;
    }

    #267958

    Hey!

    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: 80%;
    height: auto !important;
    margin-top: 5px!important;
    }}

    Cheers!
    Yigit

    #267981

    Hello Yigit.
    Thanks works well!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem with mobile logo.’ is closed to new replies.