Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
My front-end form is bound to the backend, and I'm suspecting that is why the style on the front-end is being tampered with.

The input fields are now 99% width, injected directly into the HTML, totally ignoring my 40% width from my style.css

I tried adding
Code: Select all
<cms:editable type='message'>
<style>
input.k-text {width:40%}
</style>
</cms:editable>

to the front-end page. Still not working.

Any suggestions?
Apologies for the bluntness, I'm using a mobile to type this
---
You live many times, but only ever remember your lives.length - 1
---
Image
Hi,
It's a well-known behavior that in back-end all inputs are hardcoded with style="width:99%", and this behavior can be overcame with "width: 40% !important" in your stylesheet. In the next version admins promised to fix it
2 posts Page 1 of 1