Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Mobile theme and a few other questions › Reply To: Mobile theme and a few other questions
I’m SO excited about how this is all coming together! Thank you so much!
The search on mobile looks great. Is there a way to have the results page display results from Ajax Search Pro? I don’t want it to display those results on desktop, but on mobile it would be nice. Also, is it possible to change the width of the results so they don’t take up the entire screen? I ask because once it takes up the whole width of the screen it is difficult to scroll vertically to the end of the results.
How can I change the width of the results on the desktop version and is there a downside to making it wider?
I also added a bit of CSS myself to space out the results, can you verify that this is correct? Just wanted more space between results, under the post title, and on the right side of the featured image.
[code]div.asp_w.asp_r .results .item {padding-bottom:10px;padding-top:10px;}
#ajaxsearchprores1_1.vertical .results .item .asp_image, #ajaxsearchprores1_2.vertical .results .item .asp_image, div.asp_r.asp_r_1.vertical .results .item .asp_image {margin-right:13px;}
#ajaxsearchprores1_1.vertical .item .asp_content h3, #ajaxsearchprores1_2.vertical .item .asp_content h3, div.asp_r.asp_r_1.vertical .item .asp_content h3 {padding-bottom:5px;}[/code]
Thank you!!