sidebar links

May 21, 2014 21:52

I'm trying to give my navigations links a width. However it's not working. Live preview at incheons
codes under the cut )

Leave a comment

Comments 2

fueschgast May 21 2014, 20:23:35 UTC
To get width to work on links, you need to display them as block for instance.

div#sidebar_linklist a {
display: inline-block;
width: 25%;
}

Reply

unreal May 21 2014, 20:42:49 UTC
Thank you that worked :)

Reply


Leave a comment

Up