CSS rendering not correct in Chrome/Edge
-
Hi, a customer reported a rendering issue in his website.
We use the shortcode
[child_pages cols="1" link_titles="true" title_link_class="cctitle" hide_excerpt="true" hide_more="true" page_ids="23,25,27,608,29,31,33,35,"]and the resulting UL shows only the bullets followed by three dots. (At least in Chrome/Edge … Firefox renders it correctly.)
When inspecting the CSS, I found out that the a.cctitle has
-webkit-box-orient: vertical;<br>overflow: hidden;<br>text-overflow: ellipsis;<br>applied; If i change “vertical” to “inherit” everyhting is fine.
Problem: we have this issue in ~80 customer websites, so we hope it can be fixed by an plugin update and not individually in 80 WP customizer sections 😀
You must be logged in to reply to this topic.