This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage: menu hover color change – how to extend horizontally?

6 years ago · Last reply by Andrew Misplon 6 years ago

Hi, I have a light blue color show when something is hovered over in the dropdown menu. However, the page titles in the dropdown are different lengths; for the shorter titles, the lighter blue does not extend all the way to the right edge of the dropdown. See http://prntscr.com/pzq6m6. Is there any way to extend the light blue color horizontally so that it goes all the way from border to border in the dropdown, no matter how long the page title is?

Thanks!
Tiffany

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 6 years, 3 months ago

    Hi Tiffany

    Thanks for reaching out.

    Do you have a public URL where we can take a look at what’s going on?

  2. tmck 6 years, 2 months ago

    Hi Andrew,

    Sure, please see http://ieeepress.wpengine.com/book-series/book-series-ieee-press-series-on-biomedical-engineering/ and then hover over the Book Series menu item. You’ll see the issue as you hover over different series titles. Thanks!

  3. Andrew Misplon Staff 6 years, 2 months ago

    Thanks for the link.

    If you’ve already tried adding Custom CSS for this problem, please, try removing the related rules and instead add the following:

    .main-navigation ul ul a {
    	white-space: nowrap;
    	width: auto;
    }
    .main-navigation ul ul li {
    	min-width: 100%;
    }

    If that works for you, I’ll update our CSS snippets documentation.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread