Forums Forums Search & Filter Pro Search in sidebar: why is label below checkbox?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Ross Moderator
    #26329

    I looked at your site and looks good – is this issue now fixed?

    If you want to style labels differently you could try something like:

    .searchandfilter li label
    {
        display:inline-block;
        margin-top:-5px;
    }

    But you will have to try the CSS yourself as some themes put in their own styles.

    Thanks

    Anonymous
    #26338

    Thank you Ross! I added the inline-block into my theme custom.last night after posting to you and check-boxes are good in Chrome but not in my FF.

    What about putting two of the buttons next to each other: Search and Clear Fields. Do you have a solution?

    Thank you again, Nina

    Ross Moderator
    #26616

    Hey Nina

    The CSS really depends on your theme, and what styles it applies to the various elements – the above is a rough guide only – same applies here.

    To target the list items for hte submit and reset, and position them next to eachother I would try something like:

    .searchandfilter .sf-field-search, .searchandfilter .sf-field-reset
    {
        display:inline-block;
    }

    Thanks

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