Thanks the fix worked perfectly, after quite a bit of fiddling I managed to fix the other issue by using:
.adverts-search .advert-input select {
cursor:pointer;
width:100%;
box-sizing: border-box;
display: inline-block;
height: 2.1em;
font-size: 1.1em;
background-image: url(".../images/icon-arrow-down.png");
background-repeat: no-repeat;
background-position: 98% 50%;
font-family: Helvetica;
-moz-appearance:none;
-webkit-appearance:none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border: 1px solid #ccc;
}
-
This reply was modified 9 years, 9 months ago by bettychandler. Reason: wording
It’s explained here:
https://wpadverts.com/documentation/creating-ads-list-adverts_list/
example:
[adverts_list columns=”2″ posts_per_page=”40″ switch_views=”1″]
Hope this helps 🙂
Thanks for the reply, glad I am not just missing something 🙂