Hello,
Here’s my problem: https://prnt.sc/xvezoq
The small border above the menu makes my menu titles uneven… Is there an easy CSS fix for this?
Thank you :)
Hey DeMamp,
Thanks for the screenshot. Could you post a link to where we can see the actual element as well please? Also, are you looking to remove the indicator? If not, then please try to explain your intentions a bit further.
Best regards,
Rikard
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
ul#avia-menu .current-menu-item a {
line-height: 81px;
}
Best regards,
Rikard
Hi,
Thank you for the update.
The css code above is not yet applied because the Performance > File Compression settings are enabled. Please toggle the compression option or disable it temporarily, then check the page again.
Best regards,
Ismael
Hello,
They are actually disabled on my end: https://prnt.sc/z44zls
But the code still doesn’t work…
EDIT: I found out that I had the same code twice. Also, putting it at 77px and adding !important solved the problem!
Thank you!