Tagged: mobile, responsive, sup
I am building a new site with Enfold at https://filterlists.com The html “sup” tags do not render superscript correctly when viewing on a mobile/narrow viewport. I have tested in both Chrome and Firefox on Windows. Is there a way I can fix this? Thanks.
Hi Collin,
I’m not sure I understand what you mean by that, could you post the code which is not rendering please? Please try to explain a bit further as well.
Thanks,
Rikard
Thanks, sorry for the confusion. When I try to put a footnote link via a “sup” tag inside a header row of a table, the superscript renders fine on full-width viewports. On mobile devices, though, with a narrow viewport, the actual “<sup>” tags show up and don’t get rendered as superscript tags. An example of the rendered code that produces the error is below, but this was built using the Enfold table builder in the Advance Layout Editor. I do not have this on my live site right now, due to the error, but it should be easy to reproduce. Let me know if I am still not explaining well. Thanks.
<tr class="avia-heading-row">
<th class="">List<sup>*</sup></th>
<th class="">Description</th>
<th class="">Subscribe</th>
<th class="">Support</th>
</tr>