01/28/2015 at 8:35 am
#317348
Keymaster
@ Claudia
The issue is actually with the way the theme has its buttons styled … believe it or not.
If you add the following CSS to the theme’s custom CSS area, it’ll fix it right up.
a#cn-clear-search-button {
float: none;
display: inline-block;
}