![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I'm attempting to poke together a layout using Paletteable, and was wondering if there was a way to move the username of the poster so it's right-aligned, opposite the timestamp on the entry. I've tried floating it and modifying the margins, but because of the order in which things print in the layout, the username gets stuck to the left of the user icon.
Is there a bit of code I could rearrange so that the poster prints first and then the user icon, which I could then toss into the theme layer? I've been looking through the Palettable and DW s2 source codes and unless I'm scrolling past it, I haven't found what I'm looking for so far.
Any suggestions?
[ETA] In the meantime I've done a messy bit of work with margins which seems to be working for now:
.poster, .entry-poster {
margin-top: -30px;
margin-right: -80px;
float: right;
}
Is there a bit of code I could rearrange so that the poster prints first and then the user icon, which I could then toss into the theme layer? I've been looking through the Palettable and DW s2 source codes and unless I'm scrolling past it, I haven't found what I'm looking for so far.
Any suggestions?
[ETA] In the meantime I've done a messy bit of work with margins which seems to be working for now:
.poster, .entry-poster {
margin-top: -30px;
margin-right: -80px;
float: right;
}