Adjusting size of drop-down bar in menu
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
5Uptade: 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
Hi Alex
I’ll have a look at this after your reply on the other thread.
Magus
Any advice on adjusting the length of the sub menu, please?
Alex
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
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.