Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3033090
smaller menu
Closed

Comments

  • NavigatorZ started the conversation

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

  •  2,490
    PenciDesign replied

    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 replied

    thank you! the ticket can be closed