As designed Spacing Needed on a Couple Button Sets

Amaury

Well-known member
  • Search, More and the dropdown menu
  • + and -

It's not as noticeable on the default style, so I took screenshots on a custom style.

5QvDEFX.png


GyT2y16.png
 
  • Search, More and the dropdown menu
  • + and -
It's not as noticeable on the default style, so I took screenshots on a custom style.

5QvDEFX.png


GyT2y16.png

For your search area this might work for you by adding in extra.css if you haven't done it already

Code:
#QuickSearch .moreOptions { margin: 0 34px 0 110px; }
#QuickSearch input.button.primary { width: 100px; }
 
Top Bottom