Tagged: x
-
AuthorPosts
-
November 1, 2016 at 11:05 am #1239347
Guys,
Using a ubermenu and got it working on the pages, but mobile the logo and menu icon are jacked up on phone. I turned of ubermenu on mobile, but its still jacked up.Here is the site: http://musicbymikeallen.com
mobile menu is jammed up next to the logo at the top right of the logo image.
Thanks for any help.
November 1, 2016 at 12:04 pm #1239428Hi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.ubermenu-skin-trans-black-hov.ubermenu-responsive-toggle { max-width: 50px; float: right; margin-top: 10px; font-size: 20px; margin-right: 30px; }
Hope it helps
Joao
November 1, 2016 at 1:12 pm #1239522Thanks for the quick followup. Added the code, but it is still stuck next to the logo.
November 1, 2016 at 1:33 pm #1239556Hi 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.
Thanks
Joao
November 1, 2016 at 2:13 pm #1239639This reply has been marked as private.November 1, 2016 at 3:13 pm #1239720Hi There,
You had a missing } on your media query above, I have added and now it works, adjust the code according to your wishes.
Hope it helps
Joao
November 2, 2016 at 11:58 am #1241087lol. Thanks.
November 2, 2016 at 1:34 pm #1241224You are most welcome. 🙂
November 3, 2016 at 7:11 am #1242248Two more quick questions. In looking at the mobile menu, is there a way to align center the hamburger and word menu. They look a little off. Or can I remove the hamburger and have only menu or vice versa.
Secondly, the mobile menu is completely transparent. How do I target that and give it less transparency.
Thanks again, you guys are great.
November 3, 2016 at 8:56 am #1242343Hi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 979px){ .ubermenu-responsive-toggle .fa { display: none; } .ubermenu-skin-trans-black-hov.ubermenu-responsive-toggle { padding: 0; max-width: 50px; float: right; margin-top: 35px; font-size: 20px; margin-right: 50px; color:#ccc; } .ubermenu-skin-trans-black-hov.ubermenu-responsive-toggle:hover { color:#fff; } }
Hope that helps.
-
AuthorPosts