I've added "help lines" because I want to find out how to get quick menus to be level with my search box http://www.appleaday-online.com/

There's padding around a "quick menu" and I have looked and looked and can't find where to change that padding.
Can someone please point me to the obvious.

Also the dropdown part I would like to make that into a box with a scroll bar - where do I do that?

Thanks / Birgit

Comments

birgitholme’s picture

birgitholme’s picture

The question about scroll bar in dropdown part resolved itself - it was part of the standard setting, just needed enough entries to show.

Still need some info on the "padding" around the quick menu box.

Thanks!

samwillc’s picture

@birgitholme, I know this is an old post but I had the same issue so maybe this will help others, the padding is set in an earlier stylesheet.

.block-quickmenu .form-type-select {
margin: 0px;
padding: 0px;
}

The above css gets rid of it.

Sam.

birgitholme’s picture

Status: Active » Closed (fixed)