Comments E128 started the conversationJune 14, 2021 at 11:22amHello,How do I get the menu to come in from the right side instead of from the left side?Thank you 3,002PenciDesign repliedJune 14, 2021 at 12:51pmHi,Please try to add the following CSS code to Appearance > Customize > Custom CSS: .penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-left { left: auto; right: 330px;} .penci-menu-hbg, #sidebar-nav { left: auto; right: 0;} .penci-menu-hbg { transform: translateX(330px); -webkit-transform: translateX(330px); -moz-transform: translateX(330px);} .penci-menu-hbg.penci-menu-hbg-left #penci-close-hbg { left: 10px; right: auto;} Regards,PenciDesign. Sign in to reply ...
Hello,
How do I get the menu to come in from the right side instead of from the left side?
Thank you
Hi,
Please try to add the following CSS code to Appearance > Customize > Custom CSS:
.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-left {Regards,left: auto;
right: 330px;
} .penci-menu-hbg, #sidebar-nav {
left: auto;
right: 0;
} .penci-menu-hbg {
transform: translateX(330px);
-webkit-transform: translateX(330px);
-moz-transform: translateX(330px);
} .penci-menu-hbg.penci-menu-hbg-left #penci-close-hbg {
left: 10px;
right: auto;
}
PenciDesign.