-
AuthorPosts
-
December 18, 2014 at 6:50 am #166981
Hi,
Just wondering if you could tell me how do decrease the line spacing between the menu items in the dropdown menus (sub-menus) of the main nav bar menu?
You help is greatly appreciated.
Dan
December 18, 2014 at 9:36 am #167074This reply has been marked as private.December 18, 2014 at 5:47 pm #167320Hi there,
Please add the following CSS workaround into your Customizer, Custom > CSS section to adjust the sub menu item spacing.
.x-navbar .sub-menu { margin-top: 1em; }
Hope that helps.
December 18, 2014 at 11:04 pm #167430Perfect! Thank you!
December 19, 2014 at 12:45 pm #167786You’re welcome! 🙂
January 1, 2015 at 4:21 am #174457One more question.
My client is saying that the top of the drop down menu is too close to the main nav menu bar (see screenshot here: http://topm.temp5.straliaweb.com.au/wp-content/uploads/2015/01/Screen-Shot-2015-01-01-at-9.14.42-pm.png ). Would it be possible to drop it down a bit?
January 1, 2015 at 8:27 am #174514Hi there,
Could you please add the following CSS workaround into your Customizer, Custom > CSS section using the menu Appearance -> Customize.
.x-navbar .sub-menu { margin-top: 1em; }
Hope that helps.
January 9, 2015 at 8:45 pm #180137Hi,
For some reason, the above code worked for a while, but now it has stopped working. I changed the code slightly to this,
.x-navbar .sub-menu { margin-top: 1em !important; }
but it’s still not working. Can you please look into this?
January 10, 2015 at 8:11 am #180314Hi there,
Upon checking your site, The code works fine, Please check : http://prntscr.com/5qqh9u
Please clear browser cache and test again.
Thank you.
July 27, 2015 at 12:34 pm #342038This code worked wonders! Thanks!
July 27, 2015 at 2:29 pm #342141You are most welcome 🙂 .
-
AuthorPosts