• I have this super plugin in use and want to style it with some css. However I cannot find a way to create space between the checkbox and the field text. I use the plugin as a widget in the sidebar with default template which I edit.
    This is what I have:
    Ultimate screenshot layout result

    Also, how can I change the appearance off the search button?

    Many THNX

    Paul

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

    (@wp_dummy)

    If you refer to the form theme css (at theme/default.css),
    You will notice there are many field you can override with.
    For the checkbox:

    input[type="checkbox"]{
    margin-right: 5px
    }

    Likewise, the button can be edited with .uwpqsf_submit class.

    Thread Starter delcour

    (@delcour)

    Brilliant. I thought all editable aspects were already in the default css. I need to brush up my css knowledge. I could not find the checkbox class, nor of the button.
    THNX!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to create space after checkbox’ is closed to new replies.