Tagged: x
-
AuthorPosts
-
October 3, 2016 at 6:28 am #1200345
FLYFLYParticipantHi
My menu is not fix with mobil and the button “Menu” is not center. Show in the picture attachement. ThanksOctober 3, 2016 at 6:30 am #1200351
FLYFLYParticipantThis reply has been marked as private.October 3, 2016 at 6:52 am #1200371
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media screen and (max-width: 959px){ .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: inline-block; margin: 0 auto; float: none; width: 100%; text-align: center; } } @media (max-width: 979px){ .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right { position: fixed; } }Hope that helps.
October 3, 2016 at 9:52 am #1200537
FLYFLYParticipantHi Thanks but i want that the logo and menu button are inline ( one left and one right ) center verticaly.
ThanksOctober 3, 2016 at 11:00 am #1200631
RupokMemberHi there,
Thanks for writing back. Let’s update the code a bit :
@media screen and (max-width: 959px){ .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: inline-block; float: right; margin: 10px auto; text-align: right; } } @media (max-width: 979px){ .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right { position: fixed; } }Hope this helps.
October 4, 2016 at 2:40 am #1201620
FLYFLYParticipantThank it’s work great. Just another question. I’d like that the logo will smaller on tablet and iPhone. Is it possible thanks.
GwenOctober 4, 2016 at 3:59 am #1201685
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 767px){ .x-brand img { width: 130px; } } @media (max-width: 480px){ .x-brand img { width: 100px; } }You may change the width to achieve your desired look.
Hope that helps.
October 4, 2016 at 5:18 am #1201746
FLYFLYParticipantthanks it’s work perfect.
And if i want to decrease the height of the menu bar. see the attached picture.
ThanksOctober 4, 2016 at 5:24 am #1201757
FLYFLYParticipantOn mobil
October 4, 2016 at 6:55 am #1201829
ThaiModeratorHi There,
Please find this CSS:
@media screen and (max-width: 959px){ .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: inline-block; float: right; margin: 10px auto; text-align: right; } }And change to this:
@media screen and (max-width: 959px){ .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: inline-block; float: right; margin: 5px auto; text-align: right; } }After that add the following CSS:
@media (max-width: 979px){ .x-navbar-inner { min-height: 50px; } }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1200345 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
