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.

Is it possible to fix menu format

Open 4 replies premiumthemetheme-vantage
Started · Latest reply by Daniel

Hi!

I have a menu with submenus that are long. The text dont display nice, the text are overly squished together. Is it possible to fix? (www.ulo.no)

Hais

URL: http://ulo.no/wp-content/uploads/Skjermbilde-2015-03-24-kl.-19.06.30.png

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Daniel Staff

    Hi Hais

    You canchange this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .main-navigation ul ul a {
      width: 400px !important;
    }

    Give that a run and let me know the outcome. If it does not work out for you. Please send a direct url to your site

    Cheers

  2. Hais Draxen Jordhøy

    I wondered if there are any way of making more space between the lines? http://ulo.no

  3. Hais Draxen Jordhøy

    Btw, thanks, that helped, but really need more space beween the lines of text :)

  4. Daniel Staff

    Hi Hais

    Am glad that ironed out your issue :)

    Which lines are you talking about? The ones on the submenu?

    Try this for that

    .main-navigation ul ul li a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    }

    If that not the area in question, please send a direct link to it

    Cheers

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