Amaury Well-known member Oct 25, 2013 #1 Search, More and the dropdown menu + and - It's not as noticeable on the default style, so I took screenshots on a custom style.
Search, More and the dropdown menu + and - It's not as noticeable on the default style, so I took screenshots on a custom style.
Amaury Well-known member Oct 25, 2013 #3 Mike said: These are positioned like that intentionally. Click to expand... Fair enough. Any particular reason?
Mike said: These are positioned like that intentionally. Click to expand... Fair enough. Any particular reason?
Jay Active member Oct 26, 2013 #4 I think it looks fine for search personally but the +- is definitely too close to the input box
Shelley Well-known member Oct 26, 2013 #5 Amaury said: Search, More and the dropdown menu + and - It's not as noticeable on the default style, so I took screenshots on a custom style. Click to expand... 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; }
Amaury said: Search, More and the dropdown menu + and - It's not as noticeable on the default style, so I took screenshots on a custom style. Click to expand... 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; }