Replies

Sep 26, 2020 5 years ago
Squid
is drunk in love
User Avatar
Pacifist

wondering if there is a way to move the dashboard to the right. Swap places with the bookmarks

bird and bear and hare and fish give my love her fondest wish

Sep 26, 2020 5 years ago
Elementary, my dear
Written
User Avatar

I don't know if you could swap places with the bookmarks, but it seems like it would be possible to put the dashboard on the right because 's coding allows you to swap the event dashboard over by itself.

I'll fiddle around with this later and see if I can help if no one else has presented a solution by then. :)

The past is written, but the future is left for us to write. ~ Picard

Sep 27, 2020 5 years ago
spacemage
is fashionable
User Avatar

Did some fiddling around here is the CSS (not fancy or such but works), tested it out shouldn't have any issues:

{ left: -28px; }

.bookmark { transform: rotateZ(180deg); float: right !important; }

, , -logo, -left { float: right; }

-right { left: 0; }

-right, -left { transform: scaleX(-1); }

.bookmark p { margin-bottom: 0; }

-content { background-position: top right; }

-time { margin-left: 380px; }

Just a few notes to clarify things that may seem weird or just want to mention details:

  • the swapping of menu-right and menu-left is the easier solution since they're not the same image
  • moved the subeta time display over since some theme's postcards block it now without the change (should be universally fixed)

Please let me know if something isn't working or such.

I made a forum group for CustomCSS and more

Sep 27, 2020 5 years ago
Squid
is drunk in love
User Avatar
Pacifist

Thank you both so much for your time! [User=spacemage] this is perfect.

bird and bear and hare and fish give my love her fondest wish

Please log in to reply to this topic.