Mobile logo wrong size

Home Forums Jevelin Theme Mobile logo wrong size

Home Forums Jevelin Theme Mobile logo wrong size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • admin_lancr
    Participant

    Hi,

     

    In the mobile version of my website http://www.lancr.eu, the header logo is transformed so it looks strange (screenshot attached). How can I solve this?

     

    Kind regards,

    Lancr Admin

    Attachments:
    You must be logged in to view attached files.

    Hi Lancr,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-header-mobile-navigation .header-logo img {
        height: auto;
        max-height: 150px;
    }

     

    Best regards,
    Shufflehound team

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