Okay
  Public Ticket #1653716
Thickness mobile menu
Closed

Comments

  • b00p started the conversation

    Hello, i want to adjust the thickniss from the three line menu / mobile menu but i didn`t find any css solution. 


  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

     @media only screen and (max-width: 1000px) and (min-width: 1px) {
        header#top #toggle-nav, header#top #mobile-cart-link, header#top .span_9 > .slide-out-widget-area-toggle, header#top .mobile-search {
            transform: scale(1.5);
            top: 18px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • b00p replied

    Thank you very much! I have implemented it with this code: 


    header#top nav ul #search-btn a, header#top nav ul .slide-out-widget-area-toggle a {

        transform: scale(0.65) !important;

    }