David,
Try actually typing the class names into the CSS field inputs rather than pasting and see if that makes a difference. I've seen some browsers do weird things when simply pasting into the inputs and trying to save.
As far as conditional logic, you need to be aware that the CSS classes are set up to be used in conjunction with each other.. left half/right half etc. If you hide the "right half" one and end up with 2 "left half" inputs side by side, the layout is probably going to be funky. The CSS class is what it is.. it's not dynamic and doesn't change based on whatever conditional logic you may apply. Just something to be aware of.
Posted 11 years ago on Wednesday May 1, 2013 |
Permalink