Linkbar links on their own

Oct 24, 2010 22:22

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... )

sidebar, link bar

Leave a comment

carnifinda October 26 2010, 15:31:00 UTC
Thanks for your help! I managed to turn those links into small images and then put them where I wanted to put them. However, there's a space on their left that I can't remove... I have no idea where it comes from.



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

marilla_pm67 October 26 2010, 15:34:56 UTC
Sweety I need to see the layer you have to make it viewable like :

layerinfo source_viewable = 1;

And I will help you
Sam

Reply

carnifinda October 26 2010, 15:39:50 UTC
Um, yeah. It would have worked better if I had linked you to the right layer.
Here.

Sorry, it's been a long day :)

Reply

marilla_pm67 October 26 2010, 17:43:22 UTC
Don't worry, find this bit of code

.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

Up