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
to the front-end page. Still not working.
Any suggestions?
Apologies for the bluntness, I'm using a mobile to type this
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