Mega menu Spacing and drop down icon
-
Hi Support team , How can remove the spacing of the mega menu as shown in a SS , how to change drop-down arrow icon color and width/height
Attachments:
You must be
logged in to view attached files.
Hello,
On the dev site, I do not see any dropdown: https://gyazo.com/9936ad3a15192ecd2ae6be66e59ec051
So please, send me the URL link to the website with that issue.
Kind Regards
here is the link , Its not on hover . But you have to click on computing or laptops
https://houseofcom2dev.wpengine.com/
Hello,
Try to use the below code, define it in Theme Settings -> Custom CSS.
.widget_nav_mega_menu .wd-dropdown {
margin-top: 10px;
}
Kind Regards