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 #2801720
RTL Menu
Closed

Comments

  • E128 started the conversation

    Hello,
    How do I get the menu to come in from the right side instead of from the left side?


    Thank you

  •  2,495
    PenciDesign replied

    Hi,

    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.