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)
-   -   Where or how to increase spacing between link list in sidebar (http://forum.bytesforall.com/showthread.php?t=21574)

User108 Feb 27, 2014 04:01 PM

Where or how to increase spacing between link list in sidebar
 
Hi,

Anyone know how to increase the spacing between each link line/item, and generally style them? I fi them too close together.

thanks!

Doug

lmilesw Feb 27, 2014 06:23 PM

You generally use a tool like Firebug to determine the CSS selectors and then apply the necessary CSS such as margins or in some cases padding.

nederksen Mar 6, 2014 08:40 AM

Hi Doug,

I only know a little CSS, but try this if its for example a list of links in the widget Recent posts (first find your selector in Firebug). Just add the CSS in the ATO (Atahualpa Theme Options):

#recent-posts-3 li {
padding-bottom: 7px;
}


All times are GMT -6. The time now is 12:52 PM.

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