Tagged: x
-
AuthorPosts
-
March 25, 2016 at 2:06 pm #852723
webrandParticipantI would like to remove the header from a page, and use a widget on the left side to add a menu. But since this looks odd on mobile, how can I keep a mobile menu at the top, and not have the sidebar menu show up right below it?
Thank you.
March 25, 2016 at 6:33 pm #852975
JadeModeratorHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
April 11, 2016 at 1:58 pm #876984
webrandParticipantzirconproductions.com
Thank you
April 12, 2016 at 1:04 am #877708
Paul RModeratorHi,
Thank you for providing your site url.
To remove your sidebar menu in mobile, you can add this under Custom > CSS in the Customizer.
@media (max-width: 767px) { #nav_menu-2 { display:none; } }Hope that helps.
April 14, 2016 at 1:44 pm #882861
webrandParticipantThank you, it works however there needs to be a mobile menu button (3 lines/hamburger) and that is not showing up when using this custom code.
April 15, 2016 at 12:49 am #883697
LelyModeratorHello There,
Upon checking, you’re using a No Header template. The mobile Icon will be in the Header. Since your page don’t display the header, it is not showing. Please try switching to template.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-852723 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
