Hi
UPDATE: I solved it by taking out the html classes and used
I have integrated couchcms into a customers site and it's working fine but got a quick enquiry/question to see if there is a better way of doing it for the customer when they edit text
Currently the code is below
I need the html
It's using revolution slider so was unsure if I just need to alter the following line in the revolution slider code
If not, is there a better way to do it for the customer so they don't need to click into the source tab within the text editor when they come to edit the text?
UPDATE: I solved it by taking out the html classes and used
- Code: Select all
.tp-caption {white-space: normal !important;}
I have integrated couchcms into a customers site and it's working fine but got a quick enquiry/question to see if there is a better way of doing it for the customer when they edit text
Currently the code is below
- Code: Select all
<p>We are Leeds based, computer device engineers. From malicious<br class="hidden-lg" />
software<br class="hidden-xs" />
removal to data backups, explore our range of trusted<br class="hidden-lg" />
quality IT solutions.</p>
I need the html
- Code: Select all
<br class="hidden-lg" /> and <br class="hidden-xs" />
It's using revolution slider so was unsure if I just need to alter the following line in the revolution slider code
- Code: Select all
data-width="['700','650','600','420']"
If not, is there a better way to do it for the customer so they don't need to click into the source tab within the text editor when they come to edit the text?