i don't mind if it's directly under them or a lil tab to the side. i'm brand new to coding n can't figure it outttt. tia
see under /* ADVANCE */ in your code where it says , ? remove JUST that part.
you're seriously the coolest. do you know how i can add the white block behind it like the other sections? asdklj;hfgk i appreciate you so much
which pet are you currently working on? i can look at it real quick and then help you out
oop, my bad! zaphira and xendaya are the ones i've added the stats back to
Okay! If you look for this piece of code
, {
you will want to change it to
, , { width:100%; box-sizing:border-box;
the "column_3" is the stats container which is going to add it to the section of code making the white boxes.
the width is set too 100% so that the boxes have the same width and box-sizing is making sure the boxes don't stretch out of their container.
hopefully that makes sense ^^'
thank you!!!! also please don't feel pressured to keep answering my questions lol. i can totally wait for someone else. c: i really do appreciate all your help tho.
it worked for the first two, but didn't change anything for the rest. i'm wondering if it is just taking a bit to update?
No worries, I actually enjoy helping with code! That's why I keep answering XD
You might need to check under /* ADVANCED */ to make sure , isn't listed still :)