CSS code snippet stopped working
-
The sub-sub-menus items in my horizontal menu were opening to the left over the edge of the page. So, I used this Simple Custom CSS snippet to fix the problem:
‘#menu-item-363 li:hover > .sub-menu {
left:203px !important;
right:auto !important;
}’It fixed the problem and the menu worked perfectly.
Then yesterday the CSS code stopped working. The menu opened to the left again.
The only unusual thing I can think of that I did was install the Search Meter plugin. So, I deleted Search Meter and cleared my cache. The menu still opens to the left over the edge of the page.
I use the Twenty Sixteen theme and Firefox. Do you have any idea what is wrong?
- The topic ‘CSS code snippet stopped working’ is closed to new replies.