-
AuthorPosts
-
October 1, 2015 at 5:02 pm #607188
Hi there,
You can add this under Custom > CSS in the Customizer.
.x-navbar-inner { min-height: 110px; }
Hope this helps.
October 1, 2015 at 5:44 pm #607231Hello
This doesn’t change it. When clicking on the menu item the page should scroll further down to avoid the gap between the section’s top and the viewport (the white space on the attached image).
October 1, 2015 at 10:16 pm #607450Hi there,
Please add this code at Admin > Appearance > Customizer > Custom > Javascript.
jQuery( function($) { $('.x-nav-wrap.mobile ul > li > a[href^="#"]').on('click touchend', function( e ) { e.preventDefault(); $('html,body').stop().animate({scrollTop: $( $(this).attr('href') ).offset().top },700); } ); } );
That should do it 🙂
Cheers!
October 2, 2015 at 7:46 am #608034Awesome! That’s it, all problems solved. Thanks for your great support!
October 2, 2015 at 8:31 am #608095You’re welcome and thank you for your kind words. 🙂
October 6, 2015 at 12:33 am #612520my mobile menu are not visible is the theme responsive or not??
domain name– collmissionstats.comsambit tripathy
October 6, 2015 at 12:50 am #612534Hi there,
Please add the following code in Customize -> Custom -> CSS :
.x-btn-navbar, .x-btn-navbar.collapsed { color: red; z-index: 1050; margin-right: 40px; } .x-btn-navbar.collapsed:hover { color: #000; }
Hope that helps.
December 17, 2015 at 6:29 pm #711591This reply has been marked as private.December 17, 2015 at 10:48 pm #711881@bryceplatt, Your menu isn’t working because of missing javascript. Please install cornerstone at Admin > Addons > Extensions. That should fix your menu.
Thanks!
December 21, 2015 at 3:16 pm #716365This reply has been marked as private.December 21, 2015 at 6:41 pm #716633Hi there,
Your site’s mobile menu works perfectly fine on my end. It could be just a cache at your end. Please clear your mobile browser’s caches.
Thanks!
January 14, 2016 at 2:49 pm #746389I have the same issue – can not see the cornerstone plugin in the extensions folder? I am at http://recycledinteriors.org/ and also http://helenedwardscreates.org/
January 14, 2016 at 7:00 pm #746701Hi There,
Thanks for writing in @ecycled.
Would you mind opening a new thread then share us your admin credentials and FTP so we could check your setup closer.
Don’t forget to set it as private reply.
Thanks.
March 13, 2016 at 9:11 am #835759Same issue for me. Cornerstone is installed, but menu does not work on mobile.
https://www.911fireextinguishers.com/
Any ideas?
Thanks
March 13, 2016 at 9:23 am #835774Hi there,
You haven’t installed CS yet, please install it from X Addons -> Extensions, clear cache and check again.
Thanks.
-
AuthorPosts