Comments kaystie started the conversationJanuary 29, 2019 at 5:27pmHi!How do I control mobile menu width?How can I get rid of social media buttons there? 2,700PenciDesign repliedJanuary 30, 2019 at 3:20amHi,Please add more this code to Customize > Custom CSS to change it: @media only screen and (max-width: 479px){ #sidebar-nav { width: 300px; transform: translateX(-300px); -webkit-transform: translateX(-300px); -moz-transform: translateX(-300px); } .open-sidebar-nav #sidebar-nav, .open-sidebar-nav #close-sidebar-nav { left: 300px; } } Change all values 300 on the above code to any value as you want.To hide social media icons there, please check option for it via Customize > Logo and Header Options > Disable Social Icons on Vertical Mobile NavBest Regards,PenciDesignkaystie repliedJanuary 30, 2019 at 7:17amThank you. How do I resize only logo width within mobile menu? 2,700PenciDesign repliedJanuary 30, 2019 at 2:48pmHi,Please add more this code to Customize > Custom CSS to do that: #sidebar-nav-logo{ padding-left: 0; padding-right: 0; } #sidebar-nav-logo > a{ display: inline-block; max-width: 180px; } Change value 180 to smaller values as you want.Best Regards,PenciDesign1 Likekaystie repliedJanuary 30, 2019 at 9:07pmThanks, solved! Sign in to reply ...
Hi!
How do I control mobile menu width?
How can I get rid of social media buttons there?
Hi,
Please add more this code to Customize > Custom CSS to change it:
Change all values 300 on the above code to any value as you want.
To hide social media icons there, please check option for it via Customize > Logo and Header Options > Disable Social Icons on Vertical Mobile Nav
Best Regards,
PenciDesign
Thank you. How do I resize only logo width within mobile menu?
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change value 180 to smaller values as you want.
Best Regards,
PenciDesign
Thanks, solved!