Comments on Smol Aesthetic All Comments Start of Thread Parent

I'm glad you like it!

In the first line of code you will see this (if you are using the custom colours version):

<div class="container text-center border-0 rounded-0 py-3 px-1" style="max-width:500px; color:#23c2f1; font-family:ms gothic; font-size:12px; background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/31603654_6t9PU0Jjn2dqYAB.png); background-attachment:fixed;">

Replace the text-center with text-left, so it would look like this:

<div class="container text-left border-0 rounded-0 py-3 px-1" style="max-width:500px; color:#23c2f1; font-family:ms gothic; font-size:12px; background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/31603654_6t9PU0Jjn2dqYAB.png); background-attachment:fixed;">

I'm using the custom colors version, but I tried it anyway! It made everything aligned to the left instead of just the blurb - any way I can make only the blurb align to the left but have everything else be centered?

oh in that case just add the text-center to the list tag

 <ul class="text-center"> </ul> 

I tried text-left instead and it worked! Ty for helping me, this is one of my fave codes to use ^^

oh whoops sorry im a bit out of it today   and I'm really glad you like it <3