-
AuthorPosts
-
July 16, 2020 at 1:23 pm #1230909
Hi,
Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top .alternate_color .mobile_menu_toggle { color: #fff !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 16, 2020 at 1:52 pm #1230919Thx a bunch Mike, works perfectly! :D
(I also found the dark purple color, corrected it.)
Thank you so much for your patience!
<EDIT> I added text in the first full width sub menu on top of the page (login and logout options). When you look at the dropdown menu, you see that you can’t read all the text on mobile (image in private content)
I’ve already used this code to be able to have multiple lines in the dropdown of the second full widht submenu:#top .av-subnav-menu > li ul { width: 240px; }What do I need to target to move only the dropdown a bit to the left, so you can read all the text? Or is there a responsive solution?
Sincerely,
Morticka-
This reply was modified 5 years, 3 months ago by
Morticka. Reason: Found another problem with full width submenu dropdown text alignment
July 17, 2020 at 1:52 pm #1231281Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 885px) { #menu-login-loguit #menu-item-1358 > ul { left: -90px !important; } }Then clear your browser cache and check.
Best regards,
MikeJuly 18, 2020 at 2:15 pm #1231474Wonderful Mike, everything works as it should now, thank you so very much! :D
And ofcourse thx to Nikko and Yigit as well, all of you guys are the absolute A-team.
You can close this enormous thread/ticket.
Sincerely,
MortickaJuly 19, 2020 at 3:15 am #1231505Hi,
Thanks for the kind words and glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
This reply was modified 5 years, 3 months ago by
-
AuthorPosts
- The topic ‘DropDown arrow for sub menu fullwidth element’ is closed to new replies.
