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
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. :)
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:
Please let me know if something isn't working or such.