Reply To: website shifts position when using exsisting search field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support website shifts position when using exsisting search field Reply To: website shifts position when using exsisting search field

#7111
brucewatson
brucewatson
Participant

Hi Thanks Ernest
Seems to work ok now although the search box is full width in smaller screen phone ipad i moved the css code you gave me earlier max-width: 300px; and placed it under min-width: 300px;

is this correct?

@media only screen and (min-width: 768px) {
#search-box {
min-width: 300px;
max-width:300px;
}
}

im not sure how to fix the div search box nested below the div search box.
I did not know this before so i can’t say that it happened after the version update or not your recommendation to fix would be appreciated as you say it is not ok
thankyou