Tagged: mobile menu
-
AuthorPosts
-
October 22, 2018 at 11:08 am #1024781
Hi there,
I have a few issues with the look of my mobile header and mobile menu.
I will put some links to the screenshots in the Private Content field, so you better understand what I mean.
1st Screenshot:
Here you see the Logo is quite small and not in line with the Burger Menu Icon.(This is the Burger menu from Uber Menu)
Can we adjust the height of the Burger Menu Icon so i comes up in line with the logo?2nd Screenshot :
Here you can see the themes burger menu icon, and the search symbol.
I would like to hide this burger icon (because i have two now)
I am trying to get the search symbol beside the burger menu icon.Thank you very much in advance! Great Theme !
October 22, 2018 at 12:54 pm #1024829oh sorry i just saw that my screeshots are not accessible
here i repost them:
Screenshot 1: https://snag.gy/w1ZU9x.jpg
Screenshot 2 https://snag.gy/WruTGs.jpg
October 25, 2018 at 7:51 am #1026207Hi,
Thank you for using Enfold.
Use this css code to hide the default menu and search icon.
@media only screen and (max-width: 767px) { .responsive .av-burger-menu-main, .responsive #top #wrap_all .menu-item-search-dropdown > a { display: none; } }
Best regards,
IsmaelOctober 25, 2018 at 11:28 am #1026302Hi Ismael,
That worked out pretty good :) thank you.But how about my 2nd issue?
I have too much white space, and i need to move the burger menu up a bit, so it is beside the logo.
Please help.
- This reply was modified 6 years, 1 month ago by webbiz215.
October 26, 2018 at 5:45 am #1026630Hi,
My bad. I missed that one. You can use this css code to adjust the ubermenu toggle position.
.responsive #top .ubermenu-responsive-toggle { position: absolute; right: 20px; top: 20px; }
Add that css code inside the recent css media query.
Best regards,
IsmaelOctober 26, 2018 at 9:50 am #1026677Ismael! You are awesome! :)
It looks great now.
Thank you and happy friday to you!Best Regards
MaikOctober 26, 2018 at 3:06 pm #1026824 -
AuthorPosts
- The topic ‘mobile menu issues’ is closed to new replies.