Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    I’m sorry, I’m not a CSS expert, so I can’t offer any useful advice here.

    If you need to customize the form HTML, say to change classes, you can edit the plugin file bps-searchform.php and then add any specific CSS to your theme’s stylesheet.

    Thread Starter HeleneFi

    (@helenefi)

    OK, I already solved my caps problem. What code do I insert in the bps-searchform.php for a line break or a margin between fields? I tried add break; at every break; but it didn’t add anything… Thanks

    Plugin Author Andrea Tarantini

    (@dontdream)

    You could try adding the line:

    echo "<br />";

    right after the line:

    case 'checkbox':

    and/or inside the foreach loop just a few lines down.

    With a few experiments you should be able to get what you need.

    Thread Starter HeleneFi

    (@helenefi)

    Thanks, it worked. Will you insert this in the next update, so it doesn’t overwrite my changes? Thx!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Advanced search layout’ is closed to new replies.