Home Forums WoodMart support forum Ajax Search , show long product name is mix

Ajax Search , show long product name is mix

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

    amircn
    Participant

    Hi , i use search ajax in home page , but how to move select category size to less or more , second problem is , how to remove to don not show sub-directory , third , if category name long , will show in 2 line

    photo is attach

    https://toolsfon.com/

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

    Hung Pham
    Participant

    Hi amircn,

    Thanks for reaching to us.

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

    1. Sub-categories

    .wd-dropdown-search-cat ul.children{
    	display: none;
    }

    2. Search categories’s width

    form.searchform.wd-with-cat {
    	--wd-search-cat-w: 250px;
    }

    3. Categories length

    It will breakdowns 2 line by default if the categories too long.

    Regards,

    #567634

    amircn
    Participant

    Thanks , up now is okay , srach area

    just dropdown menu the possiton and size to set ?

    image attached

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

    Hung Pham
    Participant

    Hi amircn,

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

    div.wd-dropdown-search-cat.wd-design-default {
    	width: 290px;
    }

    Regards,

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