Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • keytianemouzar Friend
    #1093358

    Hi, How can I leave the mobile logo bigger, as per the attached image.


    1. Screenshot_20180219-171142-1
    2. Screenshot_20180219-1711421
    Saguaros Moderator
    #1093389

    Hi,

    You can try with this custom CSS code:

    @media (min-width: 320px) and (max-width: 480px) {
      .logo-image {
       max-width: 192px;
      }
    }

    put into the file: root/templates/ja_teline_v/css/custom.css

    Regards

    keytianemouzar Friend
    #1093945

    hello, it did not work.

    keytianemouzar Friend
    #1093946
    This reply has been marked as private.
    Saguaros Moderator
    #1094103

    Hi,

    Try to add the !important property to above style:

    @media (min-width: 320px) and (max-width: 480px) {
      .logo-image {
       max-width: 192px !important;
      }
    }
    keytianemouzar Friend
    #1094229

    Hi, it still did not work
    =(

    keytianemouzar Friend
    #1094230
    This reply has been marked as private.
    Saguaros Moderator
    #1094346

    Hi,

    I checked the custom.css file on your site but didn’t see the change I suggested, where did you add?

    I just added for you.

    Kindly check.

    keytianemouzar Friend
    #1094499

    Hi, I changed the changes in custom.css, but it was not working. This morning, when I opened the site by cell phone, the logo was as I wanted, but then returned to normal and did not modify anything.


    1. Screenshot_20180228-174409
    Saguaros Moderator
    #1094559

    You changed to this:

    @media ( min - width : 320px ) e ( max - width : 480px ) {      
      . logotipo - imagem {
       max - width : 192px ! importante ;  
      }
    }

    It’s NOT correct, I updated for you, pls don’t change it again.

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

This topic contains 9 replies, has 2 voices, and was last updated by  Saguaros 6 years, 1 month ago.

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