Home>Support>Adjusting size of drop-down bar in menu

Adjusting size of drop-down bar in menu

By alexkonie, 10 years ago. Last reply by alexkonie, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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

  1. 10 years, 1 month ago alexkonie

    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. 10 years, 1 month ago Magus
    Hi, I Work Here

    Hi Alex

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

    Magus

  3. 10 years, 1 month ago alexkonie

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

    Alex

  4. 10 years, 1 month ago Magus
    Hi, I Work Here

    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. 10 years, 1 month ago alexkonie

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More