Home Forums WoodMart support forum change the display of product search results

change the display of product search results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #626052

    dhndigitalmarketing
    Participant

    Is there any way to adjust the display of product search results? I want the images and text to be smaller so that the display results take up more width and the height is reduced to make it look nicer.

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

    Hung Pham
    Keymaster

    Hi dhndigitalmarketing,

    Thanks for reaching to us.

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

    .autocomplete-suggestion div.suggestion-thumb{
        margin-right: 7px;
        max-width: 35px;
    }
    
    .autocomplete-suggestion h4.wd-entities-title {
        font-size: 10px;
    }

    Best Regards,

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