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.

Adjusting size of drop-down bar in menu

Resolved 5 replies themetheme-vantage
10 years ago · Last reply by alexkonie 10 years ago

Hello,
I am trying to find a way to adjust the size of the drop-down part of my menu. The options are not long in terms of text and I am left with a lot of blank space after the writing, which does not look attractive. Right now the empty space is all to the right of the options. Please help! (site is not live and I cannot provide a link)

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. alexkonie 10 years, 8 months ago

    Uptade: I was able to adjust the height of the drop down menu using css -> .
    main-navigation ul ul a {
    padding: 15px 20px !important;
    }
    However, I am still unable to remove the empty space following the text

  2. Magus Staff 10 years, 8 months ago

    Hi Alex

    I’ll have a look at this after your reply on the other thread.

    Magus

  3. alexkonie 10 years, 8 months ago

    Any advice on adjusting the length of the sub menu, please?

    Alex

  4. Magus Staff 10 years, 8 months ago

    Hi Alexandra

    Please try changing your existing snippet to this

    /*media all*/
    .main-navigation ul ul a {
        width: 150px !important;
        padding: 15px 20px !important;
    }

    Adjust the width as you see fit.

    Let us know how you get on

    Magus

  5. alexkonie 10 years, 8 months ago

    Thank you Magus :) Worked like a charm

    Alexandra

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