I have a menu on this page: https://car-title-services.com/
I need to widen the background block of the dropdown menu, so the text can fit on one line.
If you hover over “Services”, you will see what I mean.
I have tried several CSS tricks, but none are working.
Can someone please help me?
Thanks to all in advance!
]]>Try this:
.main-navigation ul li ul {
width: 250px!important;
}
~ Steven
]]>I am trying to change the background hover color on the dropdown menu to a different color other than white.
I have searched CSS sites and tried many different things and I can’t seem to get that background color “on hover” changed for the life of me.
Can you help?
]]>