• Resolved Bakkie

    (@eeuweb)


    Great plugin, but somehow i cant figure out how to change the width of the fields. Could you point me in the right direction?

Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    In our plugin there is an option of adding the wrapper class. By using this Wrapper Class you can add custom CSS to the fields.

    eg:

    .wrapper_class input {
    // css for input field
    }

    or you can use the below snippets without adding any additional class.

    .thwepo-extra-options td.value input{
    // css for input field
    }

    Hope this will help.

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Changing width’ is closed to new replies.