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].
I would like to be able to change the padding in the sub-menu so it’s not as tall as the main menu.
Can you help me with that?
Hi Hans
If you have a moment, please check out: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/.
Please see: Thread: decrease menu padding for second level for the answer in this case.
Works only with !important
.main-navigation ul ul a {padding: 10px 20px !important;}Super, glad you made progress there. You can use !important or add more specificity than the existing selector. Either way works.
http://css-tricks.com/specifics-on-css-specificity/