Tagged: x
-
AuthorPosts
-
February 11, 2017 at 4:07 pm #1367297
bryan1976ParticipantHi guys,
Please could you help with a couple of tweaks to my smartphone navigation.
I am using ubermenu – wordpress, x and cornerstone latest versions.
Please see http://www.headphonic.co.uk which is a test environment, and the attached screenshot on an iPhone.
1) Is it possible to centre the logo and reduce its size, so that the hamburger can be inline on the right?
2) It would also be cool to delete the word ‘menu’ and just have the hamburger.
Many thanks for you help.
Bryan
February 12, 2017 at 1:42 am #1367632
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
@media (max-width:979px){ a.x-brand.img { margin: 22px auto 0; display: block; float: none; text-align: center; } a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full { float: right; margin-top: -19px; } }Hope that helps.
February 14, 2017 at 3:31 pm #1370989
bryan1976ParticipantHi,
Thanks for the suggestion, but this doesn’t really work.
OK, please can you advise how I remove the mobile navigation. This is now done through ShiftNav and as you can see, I have 2 hamburgers!
I have tried many CSS tweaks on this forum, but none work.
Please see here: headphonic.co.uk
I am using Ubermenu on the desktop site, ShiftNav on mobile.
Many thanks,
Bryan
February 14, 2017 at 11:59 pm #1371434
RupokMemberHi Bryan,
Let’s add this to remove Ubermenu from mobile :
@media only screen and (max-width: 959px) { .ubermenu, .ubermenu-responsive-toggle { display: none; } }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1367297 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
