Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • korviz Friend
    #202206

    At certain point when the template width gets to be about a tablet width, it shows two logos. When i examine with firebug i see they are labeled the following:

    1. <img class=”logo-img”
    2. <img class=”logo-img-sm visible-sm visible-xs”

    Any reason why both are displayed at the same time?

    Pankaj Sharma Moderator
    #553492

    Hello corviz
    Try this
    Go to templates/ja_appolio/css/themes/carrot/bootstrap.css
    find this code near line 6155

    @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
    display: block !important;
    }

    and change it into

    @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
    display: none !important;
    }

    Clear cache and check .
    Let me know if it helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  Pankaj Sharma 10 years ago.

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