Mobile Header Logo Size

Home Forums Jevelin Theme Mobile Header Logo Size

Home Forums Jevelin Theme Mobile Header Logo Size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • piac1212
    Participant

    Hey guys,

    The header logo size is normal on desktop, but when i go to mobile it doesnt automatically reduce its size, it is still huge, how can I adjust it so on mobile it suits mobile?

    Hi @piac1212,

     

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

     

    Could you please share me your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    piac1212
    Participant

    Hi!

    Sorry for getting back late,

    but the URL is socialsurf.co

    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

     

    .sh-header-mobile-navigation .header-logo img {
        max-width: 130px;
    }

    piac1212
    Participant

    Thanks for the reply although it still doesn’t seem to be working?

    Please try changing above shared CSS code as following.

     

    .sh-header-mobile-navigation .header-logo img {
        max-width: 130px !important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)