• Resolved jbento

    (@jbento)


    I have searched the forums, but can’t find my answer.

    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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Try this:

    .main-navigation ul li ul {
        width: 250px!important;
    }

    ~ Steven

    Thread Starter jbento

    (@jbento)

    Thank you so much! That fixed the problem!

    Thread Starter jbento

    (@jbento)

    I have another question.

    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need to widen background for dropdown menu’ is closed to new replies.