Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Changing the height of side "border" in widgets (http://forum.bytesforall.com/showthread.php?t=12935)

jenny_li Feb 22, 2011 05:44 AM

Changing the height of side "border" in widgets
 
Hi,

I'm trying to change the height of the little colored border that marks each item in a text-widget - I find the borders come too close to one-another and makes it hard to see where one ends and the next one begins...

So - for better readability, I'd like just one more pixel of space in between each new border/bullet/thingy.

But how do I do that? I tried fiddling with line-height, but the borders seemed to follow the line-height, so that just made the borders higher too...

Thanks in advance!
//Jenny - http://himmelochord.se

juggledad Feb 22, 2011 06:44 AM

you could add more padding as a css insert

jenny_li Feb 22, 2011 07:20 AM

Ah - ok, thanks! But how do I write that, then? I'm so lost in these different code-types and how to combine them... *blush*

//Jenny

juggledad Feb 22, 2011 07:54 AM

add to CSS Inserts
HTML Code:

div.widget_pages ul li, div.widget_categories ul li {
    padding: 6px 0 0 0 !important;
}

the first number is for top padding, next is right then bottom and finally left


All times are GMT -6. The time now is 05:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.