Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #414880

    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.

    #415122

    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

    • This reply was modified 9 years, 8 months ago by Rikard.
    #416208

    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.

    #416824

    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

    #416881

    Okay, how do I change the text in a description section of the table to be always bold using CSS? What would I add?

    #417483

    Hey!

    Try adding this code to the Quick CSS:

    .avia-table td {
        font-weight: bold;
    }

    Cheers! 
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.