I’m currently using the Crio Pro theme and Boldgrid Post and Page Builder, they’re great instruments overall.
As stated in the title, I’m having a problem regarding the hover effect applied to the last item on the right of my social and main menu. As you can see in my website (https://www.associazionecubo.org/) when you hover with the cursor on “CONTATTI” and on the Instagram Logo the undreline effect is slightly uncentered and smaller when compared to the hover effect of other menu items. I’ve tried to change the Hover Style of each menu but the problem persists, could please suggest me how to fix it?
Also, it would be great to have a search instrument to dig into all the questions of this forum.
Thanks for reaching out, and thanks for using the Crio WordPress Theme.
It looks like you’ve found a bug in the hover styles, thanks for letting us know! Here’s a CSS snippet you can use to fix this. Navigate to Customize > CSS/JS Editor, and paste this line into your Custom CSS Code:
li.hvr-underline-from-center > a {
padding-right: 20px !important;
}