Comments on [F2U] Value Tracker All Comments Start of Thread Parent

Heyo! Yes, you can add more columns as needed, it just may not look the best on small screens. I would also recommend increasing the container size as you add more columns (find it in the very first div).

<div class="container mx-auto my-5 px-4 bg-faded" style="max-width:750px;  <--- HERE

Under the // TABLE // section, add another <td class="text-center"><b>TITLE</b></ td> between where you want another column added. Under each // ITEM // add a matching <td>CONTENT HERE</ td> between the same sections you inserted the new // TABLE // column. (Remove the spaces between / and td)    So if you have User, Link, Price -> Add Date between Link and Price -> Make sure the item sections also follow the new User, Link, Date, Price


Let me know if you need more help, I can PM some snapshots :3


Thank you for your reply but I don't really understand xD I have the impression that they must be experts xD But I'd like help if possible in PM ^^