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 #2801718
Menu appears twice on mobile
Closed

Comments

  • E128 started the conversation

    Hello,
    How do I get the menu to appear only on the right side and not on both sides of the header on mobile?

    Thank you

  •  2,495
    PenciDesign replied

    Hi,

    Please try to add the following CSS code to Appearance > Customize > Custom CSS:

    @media only screen and (max-width: 960px) {
        .penci-menuhbg-wapper {
            display: none;
        }
    }
    Regards,
    PenciDesign.

  • E128 replied

    Hello,
    I don't think you understood my request.

    I want the menu only on one side - the right side.

    I do not want to make it invisible, I don't want it drawn twice. I don't want it twice in the DOM.

    Why is does the hamburger appear on both sides anyway?

  • E128 replied

    attachment

  •  2,495
    PenciDesign replied

    Hi,

    If you want permanently delete this menu, please follow these steps:

    1. Go to Appearance > Theme Editor, select theme to edit: Soledad

    Find and delete (line 216):

    get_template_part( 'template-parts/header/vertical-nav' );
    

    szmXVRM.png

    2. Navigate to template-parts/header/header-6.php, find and delete

    <div class="button-menu-mobile header-6"><?php penci_fawesome_icon('fas fa-bars'); ?></div>

    3. Add the following custom CSS code to Appearance > Customize > Custom CSS:

    .penci-menuhbg-wapper {
        float: right !important;
    }

    Regards,
    PenciDesign.

  • E128 replied

    That won't work, it will return every time an update will be issued.

  •  2,495
    PenciDesign replied

    Hi,

    This is a child theme that contains all the customized data as you request.

    Please download and activate this theme. You can update the parent theme in the future without risk.

    Regards,
    PenciDesign.