Home Forums WoodMart support forum Search results columns

Search results columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92009

    Jeriss Cloud Center
    Participant

    How to make all values being displayed in same number of columns?

    Attachments:
    You must be logged in to view attached files.
    #92067

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .whb-main-header .autocomplete-suggestions .autocomplete-suggestion {
        max-width: 33.33333%;
    }
    @media (max-width: 1300px) {
    .whb-main-header .autocomplete-suggestions .autocomplete-suggestion {
        max-width: 50%;
    }
    }

    Best Regards

    #92078

    Jeriss Cloud Center
    Participant

    Great! Works well. Thanks

    #92101

    You are welcome!
    Best Regards

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

The topic ‘Search results columns’ is closed to new replies.