Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • myuption Friend
    #949880

    Hello, I’m trying to enable this feature, I selected my logo and small logo, and the switch correctly, but the small logo is displayed in a funny way. Not showing up the top of the slider.

    Can you give me a hint to fix this, thanks.

    I added a mobile screenshot 🙂


    1. Screenshot_2016-07-13-19-00-35
    Pankaj Sharma Moderator
    #949898

    Hi
    Maybe its due to the size of logo .
    Kindly set the css compression to OFF and share your working site url here . I will check it.

    myuption Friend
    #951554

    Thanks, I also thought the logo was the issue, but I put a 33*33 image showing just the badge, but is the same.

    site is seguridadjusticiaypaz.org.mx
    Pankaj Sharma Moderator
    #951611

    Hi
    The problem is because you added a fixed with for this logo in template.css file
    kindly remove it or make width 100%

    .logo-image a {
        background-image: url("../images/logo-ltr.png");
        background-repeat: no-repeat;
        width: 540px!important;
        height: 65px;
        margin-left: -30px !important;
    }

    http://prntscr.com/bv293k

    myuption Friend
    #951895

    Ohhh… indeed, I’m a bit embarrassed :S

    Thanks for pointing out!

    But, once I removed that from the CSS, the logo in desktop version also shrunk.

    I put this extra code and seems to work, is it correct?

    .logo-image img {
      height: 65px;
      max-width: 540px !important;
    }

    Thanks

    Pankaj Sharma Moderator
    #951919

    Hi

    .logo-image img {
      height: 65px;
      max-width: 540px !important;
    }

    Yes the code looks fine now 🙂

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

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

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