How can i change the sizing of the Category Menu that drops down.
I’m aware that i can change the slider already.
this thing is my slider was set to 386px in height and it matched the same size of the drop down.
the drop down has changed size (i didn’t change the menu, still the same) and now doesnt fit the slider anymore.
Slider is still at 386px i dont know why/how it changed. Ideally i dont want to make the slider any shorter. but i need the drop down and slider to be same height
You can increase the paddings of each item http://temp.thelanguagepeople.com.au if it is acceptable add this code to the Theme Settings > Custom CSS > Global and increase paddings as per your needs:
body .header-categories-nav .categories-menu-dropdown .item-level-0>a {
padding: 10px 10px;
}