I am using both of these plugins with the Enfold theme. The problem I am having is that I can’t get the CSS to override the column widths. I am inserting the following code, but Enfold is only letting me change the color and not the column width. Does anyone know where Enfold might be overriding the plugin’s codes? I’ve noticed that both plugins settings have no effect over the theme even with the override theme setting checked.
#frm-table-138 .column-2{
width: 200px;
background:yellow;
}
Hey Critterbug!
Try this out.
#frm-table-138 .column-2{
width: 200px !important;
background:yellow;
}
If that’s not working then send us a link to your page and we’ll take a look.
Cheers!
Elliott