Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • magelanos Friend
    #203441

    Please help!

    Logo shows normal size under firefox but in chrome size is much smaller !!!! ???

    http://www.ktg.gr/qualisound

    TomC Moderator
    #558067

    Can you grab a screenshot of how it’s looking on Chrome?

    magelanos Friend
    #558068

    here is the screenshot


    1. chrome
    Saguaros Moderator
    #558271

    You can go to CSS file: /templates/ja_onepage (your default template)/css/custom.css (create this file if it doesn’t exist)

    And add this css rule:

    @media screen and (min-width: 1024px) {
    .logo img.logo-img {
    max-width: inherit !important;
    }
    }

    magelanos Friend
    #558307

    Nice! Thanks mate! But why this was happening? Any clue?

    <em>@Saguaros 457056 wrote:</em><blockquote>You can go to CSS file: /templates/ja_onepage (your default template)/css/custom.css (create this file if it doesn’t exist)

    And add this css rule:

    @media screen and (min-width: 1024px) {
    .logo img.logo-img {
    max-width: inherit !important;
    }
    }

    </blockquote>

    Saguaros Moderator
    #558334

    It due to browser specific as different browsers will handle image in different ways 🙂

    And I use media jquery to add specific css for large screen (from desktop and above)

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 9 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum