News: Apr 13, 2025 Show

April 13th: It's that time again e621! The 2025 staff drive is now OPEN! Please get your resumes and forklift licenses ready and head here to apply.

April 9th: Our dedicated FurID gallery is now live. Thank you all for the submissions to our little April Fool's prank, we hope you had as much fun as we did!

We still have a Discord server, come talk to us!
Want to advertise on e621? Click here!
Are you an artist uploading your own art to e621? Get verified now!

Topic: CSS to move the "Add To Set" button to the top

Posted under e621 Tools and Applications

I use my sets every time I use e621 and it would be much easier if I could move the button to the top, is there a CSS I could add to move it near the actual image?

walkingspaghett said:
I use my sets every time I use e621 and it would be much easier if I could move the button to the top, is there a CSS I could add to move it near the actual image?

Yes.

walkingspaghett said:
I use my sets every time I use e621 and it would be much easier if I could move the button to the top, is there a CSS I could add to move it near the actual image?

I figured it out, the code for it is:

#set {
  position: absolute;
  top: 510px; 
  left: 10px; 
} 

Change this as you please, these numbers are set up for mobile.

I put the "Add To Set" button where the resize notice is, to remove that text do:

#image-resize-notice {
  color: transparent;
} 

Over 18?

You must be 18 years or older and agree to the terms of service to access this website.

Content that is commonly considered objectionable is blacklisted by default. You may remove tags from this blacklist using the corresponding menu item.