One-Third Styling?
-
Hi Michael,
Firstly, the plugin works great and will make a big difference to our internal comms (Sign Language users here!).
There’s probably a really easy solution for this, but I’m just trying to define VM in a ‘one-third’ class so it sits nicely beside a two-third textbox. Because it cannot be styled within NinjaForms itself I am trying to set the class using CSS.
I’ve tried manually defining the width using the DIV ID (which is 364) like this:
#nf-field-364-container {
width: 31.623931623931625%;
}But it doesn’t work? As you may have already guess, I’m not a Developer so apologies if there’s a simple solution to this!
The current DIV class is class=”nf-field-container videomail-container label-above textbox-container” . If I change “textbox-container” to “one-third” by inspecting the element, it works fine, but how do I define this using CSS?
Thanks in advance,
Pete
- The topic ‘One-Third Styling?’ is closed to new replies.