Tagged: x
-
AuthorPosts
-
August 2, 2016 at 4:08 am #1113443
drewkirkproductionsParticipantHello,
I’m currently having problems (plus a lot more!!) with the theme and UberMenu. It currently displays strange when on a mobile. Why is this happening?
Please see the attached file.
Thanks.
August 2, 2016 at 4:21 am #1113456
ChristianModeratorHey there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
It would also be best if you take some time reading through UberMenu usage instructions and integration here https://community.theme.co/kb/integrated-plugins-ubermenu/
Thanks.
August 2, 2016 at 4:29 am #1113467
drewkirkproductionsParticipantThis reply has been marked as private.August 2, 2016 at 4:41 am #1113482
LelyModeratorHi There,
Can you clarify what you meant strange display on mobile?
In case you just want the mobile button to display below the logo, please add this custom CSS:@media (max-width: 480px){ .x-brand { float: none !important; } }Hope this helps.
August 2, 2016 at 4:46 am #1113491
drewkirkproductionsParticipantMost themes show up with the icon on the right to open the menu but this one seems to overlap the logo.
I have added the custom CSS but the problem now is the alignment of the menu on the left and the logo on the left.
August 2, 2016 at 4:58 am #1113504
LelyModeratorHi There,
To make the mobile button on the right, please also add this:
@media screen and (max-width: 959px) .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { float: right; }You may also check this:http://sevenspark.com/docs/ubermenu-menu-bar-positioning
Hope this helps.
August 19, 2016 at 10:25 am #1138394
drewkirkproductionsParticipantThis still hasn’t worked and my other replies have been deleted for some reason?
August 19, 2016 at 5:48 pm #1138803
RadModeratorHi there,
Which replies? We don’t delete replies. Please change that CSS to this,
@media screen and (max-width: 959px) { .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { float: right; } }Hope this helps.
August 20, 2016 at 8:31 am #1139458
drewkirkproductionsParticipantThis reply has been marked as private.August 20, 2016 at 10:03 pm #1139958
Rue NelModeratorHello There,
Thanks for the updates! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media screen and (min-width: 960px){ .x-navbar .ubermenu-responsive-default.ubermenu { margin-top: 40px; } }Hope this helps. Kindly let us know.
August 30, 2016 at 4:29 am #1153026
drewkirkproductionsParticipantThis looks a little bit better but when clicked, the menu is a little bit close to the logo above it. What is the code to separate it slightly? (move it down about 10px)
August 30, 2016 at 5:25 am #1153096
ChristopherModeratorHi there,
Please add this :
@media screen and (max-width: 959px){ .ubermenu-responsive-default.ubermenu-responsive.ubermenu { margin-top: 20px; } }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1113443 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
