Comments on [ F2U ] Tacit All Comments

Hey! i used the code! I love it!! but i wanted to edit the stats. i wanted delete stats because i didn't use it and i wanted to add column/rows for likes/dislikes but i don't know how. can you help??

you keep two of the col-6 (this will be your likes and dislike sections) and pretty much can replace the inside coding with a list!

for example:

<div class="col-6 p-2">
    <div class="text-uppercase">likes</div>
    <ul class="text-muted">

        <li class="p-1">content</li>
        <li class="p-1">content</li>
        <li class="p-1">content</li>

    </ul>
</div>

if it looks misaligned, add a m-n2 to the row no-gutters above it ^^

i've been tried figure it myself (know nothing about coding) and it went bad xD SO Thank you so much for the help 😊