Topic: stupid css request

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

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

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.

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??