Comments NavigatorZ started the conversationApril 27, 2022 at 7:13pmhello. How to make the vertical menu smaller in the mobile version? 2,610PenciDesign repliedApril 27, 2022 at 7:42pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 479px) { .penci-menu-hbg, .penci-builder-mobile-sidebar-nav { width: 220px !important; transform: translateX(-220px); -webkit-transform: translateX(-220px); -moz-transform: translateX(-220px); } .open-mobile-builder-sidebar-nav .close-mobile-menu-builder, .open-mobile-builder-sidebar-nav .penci-builder-mobile-sidebar-nav { left: 220px; } } Change 220px to the width you want to show.Regards,PenciDesign.NavigatorZ repliedApril 28, 2022 at 5:17amthank you! the ticket can be closed Sign in to reply ...
hello. How to make the vertical menu smaller in the mobile version?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 220px to the width you want to show.
Regards,
PenciDesign.
thank you! the ticket can be closed