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)
-   -   [SOLVED] More space between link item-markers in widget Recent posts (http://forum.bytesforall.com/showthread.php?t=21627)

nederksen Mar 6, 2014 08:33 AM

[SOLVED] More space between link item-markers in widget Recent posts
 
I would like to have more space between the item-markers (the pink stripes) in the widget Recent posts. See on the right of my homepage. I would like to do the same for the menu on the left.

In the Style widgets (ATO) you can only adjust the left padding. I tried to put in some CSS:

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

But that only results in more space between the linktext.

lmilesw Mar 6, 2014 09:57 AM

You need to use margin instead of padding and add !important. For example.
HTML Code:

#recent-posts-3 li {
    margin-bottom: 15px !important;
}


nederksen Mar 7, 2014 01:10 AM

Thanks, I found out my mistake just after posting ...


All times are GMT -6. The time now is 03:10 PM.

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