[ad_1]
Try adding this custom CSS:
.image.wp-image-11068.attachment-full.size-full {
width: 100%;
}
Ok, but the width image must be equal to searchbox width
This is achieved by specifying the 100% as the value. This way the graphic will always be as wide as the surrounding element which also contains the select field for the search.
Ok, it works, thank you 🙂
