Wiget trouble

Hello, again.
Navigation menu is acting badly in multiple browsers:
twinbranchbiblechurch.org
When I hover over the list items under Recent Posts, it causes an enlargement of the box as well as a “fluttering” motion. This does not happen to the list items below it (Archives & Categories).

Your help would be greatly appreciated.

Daniel

Hi @danielboes,

Thanks for reaching out.

It’s because of this custom CSS which alters the font size upon hover,

.widget ul li a:hover, .widget ol li a:hover {
    font-size: 1.0rem;
    text-decoration: none;
    background-color: #4d004d;
}

Changing the font size upon hover will affect the height of the item, hence, jumping will occur. Please remove the font-size to let it use the default one.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.