Skip to content
Public Ticket #20892

smaller menu

Conversation thread

NavigatorZ replied

Customer Reply

thank you! the ticket can be closed

PenciDesign Supporter replied

Staff Reply

Hi,

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 started the conversation

Conversation Start

hello. How to make the vertical menu smaller in the mobile version?

Want to join this conversation or access attachments? Sign in first.