Home>Support>Is it possible to fix menu format

Is it possible to fix menu format

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    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. 9 years, 6 months ago Hais Draxen Jordhøy

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

  3. 9 years, 6 months ago Hais Draxen Jordhøy

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

  4. 9 years, 6 months ago Daniel
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More