Home Forums WoodMart support forum How to change search bar results to 1 column?

How to change search bar results to 1 column?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #535081

    Hello,

    I would like to change the 2 column grid to 1 column in the search bar results.

    How can I do this?

    Kind regards,
    Christian

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

    Hung Pham
    Keymaster

    Hi cswebdesigns,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    body .autocomplete-suggestions {
        grid-template-columns: none;
    }

    Regards,

    #535854

    Hi Hung Pham,

    added in the global custom css but no change at all.

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

    Hung Pham
    Keymaster

    Hi cswebdesigns,

    You missed the space https://prnt.sc/-9n6J_TvJbfj

    body .autocomplete-suggestions {
        grid-template-columns: none;
    }

    Regards,

    #536040

    True, thank you. Works now! 🙂

    #536324

    Hung Pham
    Keymaster

    Hi cswebdesigns,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘How to change search bar results to 1 column?’ is closed to new replies.