Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author TC.K

    (@wp_dummy)

    Please read the FAQ,

    How can I styling the search form?
    You can simply refer the themes/default.css within the plugin folder and alter it or override it at your theme’s CSS file.

    And since where here,do you know how I can limit the number of items by page ?

    You can configure the setting in the form setting page, at the Results And Others->Results per Page

    Thread Starter DessinaPlan

    (@dessinaplan)

    Thanks for the answer! 🙂
    I found the css file and finally change the boxes size! 😀
    But, I’m not an expert with css (I’m learning!), and now I need to change the form dimensions and center it into the page, but I don’t know where exactly… I guess it’s in the same css file, but I couldn’t find the right place. Can you help me please ? 🙂

    Plugin Author TC.K

    (@wp_dummy)

    The css is out of this support scope. You should seek help by google or other resources.
    However, in the css file you can see the comment of each of the element and what you can do with it.
    Eg:

    /*the form div*/
    /*you can defined the width of the entire form*/
    #uwpqsf_id{border:1px solid #ccc;width:200px}
    
    /*each of the filter class, you can set the width to 50%*/
    .uwpqsf_class{width:50%;margin-bottom:5px;clear:both}

    To set the form in the center of the page, you will need to google it, there are plenty of resources/tutorial out there.

    Thread Starter DessinaPlan

    (@dessinaplan)

    Okay! Thank you very much for your help 🙂
    Case solved ! 🙂

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

The topic ‘How to change the dropdown boxes dimensions ?’ is closed to new replies.