Hi –
I am using the CW Magazine (child) theme at http://www.zimmermanfineart.com.
Having a go of a time trying to figure our why the search box is not returning barely any results. I have pages and pages say of artist ginzburg, but only one is returned.
I have installed Relevanassi, and quite confused.
Any help would be gratefully received,
Thanks!
Patty solved it:
Go to Appearance – Editor into style.css for your child theme and place .css like this:
input[type=”text”] {
height: 30px;
width: 300px;
}
input[type=”email”] {
height: 30px;
width: 300px;
}
input[type=”tel”] {
height: 30px;
width: 300px;
}
Or for whichever field you need.