Hi Guys,
When I turn on the phone number extra element option my mega menu gets cut off from the overview link.
– Jesse
Hi jesseaborden,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
Sure thing
Hi,
Thanks for the information.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header.av_header_transparency .avia_mega_div {
width: auto !important;
}
Best regards,
Jordan
Hi Jordan,
That seems to work, but it is positioned too far to the right. Can you add a fix for that?
Hi,
use this code:
.avia_mega_div.avia_mega3.nine.units {
left: -50px;
}
and adjust as needed.
Best regards,
Andy