hi, could someone write css that moves the comments down? there's no documentation that i know of for e621's css that i can find so thats why i'm asking
Posted under General
hi, could someone write css that moves the comments down? there's no documentation that i know of for e621's css that i can find so thats why i'm asking
why down? to where?
dba_afish said:
why down? to where?
just like, move it down
i assume everything else should go with it, no?
xx_cocklover69420_xx said:
just like, move it downi assume everything else should go with it, no?
so you just want a bunch of blank space under the post/description?
xx_cocklover69420_xx said:
hi, could someone write css that moves the comments down? there's no documentation that i know of for e621's css that i can find so thats why i'm asking
Uhhhhhhhhhhhhh...
#comments { margin-top: 200px; }
Not sure what you're trying to accomplish, but that should move the comments section down 200 pixels. But if you want to move everything under the post down replace "comments" with "image-extra-controls"
Updated
Perhaps he wants the comments beneath the tags? If he's on mobile at least
mklxiv said:
Uhhhhhhhhhhhhh...#comments { margin-top: 200px; }Not sure what you're trying to accomplish, but that should move the comments section down 200 pixels. But if you want to move everything under the post down replace "comments" with "image-extra-controls"
thank you !!
also for nin10dope, i just wanted it moved down lole
xx_cocklover69420_xx said:
thank you !!also for nin10dope, i just wanted it moved down lole
it is also for an embarrassing reason of which i will not say
by the way, if you're on desktop you can use inspect element to edit or create css rules in real time, you can then copy the rules from there into the stylesheet if you want to keep the changes more permanent.
xx_cocklover69420_xx said:
thank you !!also for nin10dope, i just wanted it moved down lole
You're welcome! Have a good day.
dba_afish said:
by the way, if you're on desktop you can use inspect element to edit or create css rules in real time, you can then copy the rules from there into the stylesheet if you want to keep the changes more permanent.
WAIT I CAN ??? NO WAY??
xx_cocklover69420_xx said:
WAIT I CAN ??? NO WAY??
That's how I did it, lul
xx_cocklover69420_xx said:
WAIT I CAN ??? NO WAY??
That's how people create realistic fake tweets/posts
They just replace the text in the html and save that