CMS Rich Text Question Mark being misplaced

Hi,

I have an issue regards some content in a Rich Text field that has a question mark at the end of the sentence before going onto another paragraph. In the CMS all seems find but in the designer the question mark is randomly placed



Anyone had this issue before?


Here is my public share link: LINK
(how to access public share link)

Hi @James_Watson ,

Welcome to the forum!

To be able to look into this further, could you please provide us with a Read-only link to your website?

Thanks!

@mww thanks below is the read only link

Read Only Link

Hi @James_Watson,

Thanks for sending that through - this issue is being caused by the HTML embed within this Collection List:

If you replace the code with this and save it should fix the issue:

<style>
.w-dyn-item:nth-child(even) { direction: rtl; }
.two-column-content { direction: ltr;}
p { direction: ltr; }
</style>

Nice one mate, appreciate that :+1:

1 Like