I’m using <strong>Bonus:</strong>
in my tables on my site and it renders on my desktop, but not on mobile. See link for attachment example.
Hey dmoravec!
Do you have a link for the site so that we can have a closer look please? I couldn’t find the table in your screenshot on http://www.optionsgain.com/
Best regards,
Rikard
The table is located at http://www.optionsgain.com/brokers/
I might be taking the table down, hope that it is still there when you check it. It will probably be toward the middle or end of the page as I am actively making changes to this page.
Hi!
The table content on mobile devices is rendered using css content property so html tags will not work. Try to set the Table Purpose to tabular data and the Responsive Styling to scrollable.
Best regards,
Ismael
Okay, how do I change the text in a description section of the table to be always bold using CSS? What would I add?
Hey!
Try adding this code to the Quick CSS:
.avia-table td {
font-weight: bold;
}
Cheers!
Josue