Increase Logo Size on Mobile View

Home Forums Jevelin Theme Increase Logo Size on Mobile View

Home Forums Jevelin Theme Increase Logo Size on Mobile View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • tomshaw68
    Participant

    I am trying to increase the logo size in the header of my website on mobile view only. It is currently displaying very small. (See attached) Thanks for the help.

     

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

    Solution for this topic

    Hi @tomshaw68,

     

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

     

    You can achieve 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 .container {
        max-width: 95% !important;
    }

     

    Best regards,
    Shufflehound team

    tomshaw68
    Participant

    Works great, thanks!

    You are most welcome here 🙂

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