Home Forums WoodMart support forum SHOW ALL AJAX SEARCH RESULTS IN 1 COLUMN ONLY

SHOW ALL AJAX SEARCH RESULTS IN 1 COLUMN ONLY

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #118767

    Jeriss Cloud Center
    Participant

    Dear,

    I have activated the ajax search and I would like that all search results appear in only 1 column (note that it is already the behavior in mobile, so I’d like the same on desktop & tablets). How can I do that?

    Thanks

    #118968

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    body .autocomplete-suggestion {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    Best Regards

    #119211

    Jeriss Cloud Center
    Participant

    Thanks, point closed

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘SHOW ALL AJAX SEARCH RESULTS IN 1 COLUMN ONLY’ is closed to new replies.