Problems with mobile menu

Home Forums Jevelin Theme Problems with mobile menu

Home Forums Jevelin Theme Problems with mobile menu

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

    Hi. I have some problem with the mobile version of my website: the top right menu, that is correctly visible on pc version, is’nt visible on mobile version (Shop, About, ecc). Moreover, the logo link (Laura’s Art Studio). in the mobile version in too big.

    This is my web site: www.http://www.laurasartstudio.com/

    Can you help me, please?

    Thank you in advance

    Laura

     

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

    Solution for this topic

    Hi Laura,

     

    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

     

    .sh-header-mobile-navigation .sh-table-cell.sh-group {
        width: 70%;
    }
    
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span, 
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before, 
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
        background-color: #6c6493!important;
    }
    
    
    .sh-header-mobile-navigation .sh-nav-cart i {
        color: #6c6493;
    }

     

    Best regards,
    Shufflehound team

    lauraciccarese
    Participant

    Hi,

    thanks, this solved my problem.

    Thanks again

    Best regards

    Laura

    You are most welcome here 🙂

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