Comments E128 started the conversationJune 14, 2021 at 11:21amHello,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,615PenciDesign repliedJune 14, 2021 at 12:46pmHi,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 repliedJune 14, 2021 at 1:53pmHello,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 repliedJune 14, 2021 at 1:55pmattachment 2,615PenciDesign repliedJune 14, 2021 at 2:26pmHi, 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' ); 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 repliedJune 14, 2021 at 5:09pmThat won't work, it will return every time an update will be issued. 2,615PenciDesign repliedJune 14, 2021 at 5:23pmHi,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. Sign in to reply ...
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
Hi,
Please try to add the following CSS code to Appearance > Customize > Custom CSS:
Regards,PenciDesign.
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?
attachment
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):
2. Navigate to template-parts/header/header-6.php, find and delete
3. Add the following custom CSS code to Appearance > Customize > Custom CSS:
Regards,
PenciDesign.
That won't work, it will return every time an update will be issued.
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.