Edit: solved thanks to
marilla_pm67. Is there a way of having free standing "add to memories", "edit entry", "edit tags" etc. links? I'm working on a future layout and I'd like to have these links somewhere else than in a linkbar. I've already managed to move the "add comment" and "read comments" links, but the others are a mystery. I only have the Entry::
(
Read more... )
I'd like the paperclip to be aligned with the clock and the star above. I apologize for taking advantage of you, but you wouldn't know how to fix that, would you? My layer is here (it's very messy, I know!)
Reply
layerinfo source_viewable = 1;
And I will help you
Sam
Reply
Here.
Sorry, it's been a long day :)
Reply
.entryLinkbar {
margin-left: 0px;
padding: 0px;
text-align: left;}
and change it to
.entryLinkbar {
padding: 0px;
text-align: left; width: 200px; margin-left: -45px; border: 1px solid red; }
Once you have the code the way you want you can delete this : border: 1px solid red;
I use it to 'see' where the changes are or are not :)
Sam
Reply
Leave a comment