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)
-   -   "Recent Posts" widget... adding some space between each title? (http://forum.bytesforall.com/showthread.php?t=948)

thirstyreader Mar 25, 2009 01:37 AM

"Recent Posts" widget... adding some space between each title?
 
First off, this theme is killer. But I'm trying to make a few small tweaks. I would like to create a single line of space between each title in my "Recent Posts" widget, which is titled "Recently..." on my blog: www.thirstyreader.com. The widget is in the left sidebar. I just feel that the titles tend to run together in the current format.

I'm sure there must be a way to drop a <p> in there somewhere to create some space, but I don't know where to begin!

Flynn Mar 25, 2009 09:57 AM

Add a HTML/CSS Inserts -> CSS Insert

HTML Code:

div.widget_recent_entries ul li {
margin-bottom: 15px;
}

For more space between widget title and 1st list item add also:
HTML Code:

div.widget_recent_entries div-widget-title {
margin-bottom: 15px;
}


thirstyreader Mar 25, 2009 01:20 PM

Thank you very much, Flynn. I'll tinker with this when I get home tonight, and let you know how it goes!

thirstyreader Mar 26, 2009 06:56 AM

Quote:

Originally Posted by thirstyreader (Post 3588)
Thank you very much, Flynn. I'll tinker with this when I get home tonight, and let you know how it goes!

Worked perfectly!

Nefeli Mar 27, 2009 10:41 AM

That answered yet another of my questions...Tks too!

Flukey Apr 23, 2009 06:23 AM

also trying to do something similar, but with sub pages and sub-sub pages this is getting quite messy!

also wondering if i could make each parent menu item a different colour or each level of sub menu or even both.

am builing a site for an ngo in India, first timer but loving the theme and the forum, have a look at
http://emissioninventory.org/

thanks

Flynn Apr 24, 2009 08:29 PM

Reset sub pages, such as

div.widget_recent_entries ul li {
margin-bottom: 15px;
}

div.widget_recent_entries ul li ul li {
margin-bottom: 0px;
}

Sascha2 Jun 17, 2010 08:27 PM

Ok .. I'm a little lost here .. I also want to either add space between the "Recent Post" titles in my sidebar .. OR .. add bullets ...

Please advise what file and where I need to add any code ...

The theme I am using is "Win7Blog" ...

The page I am referring to is ... http://www.bestbusinessyear.com

As you can see ... the Recent Posts widget in the right sidebar .. the titles run into each other .. I want to separate these with either a space between or add a bullet before each title.

Thanks so much,

K :confused:

juggledad Jun 18, 2010 11:35 AM

Sascha2: We can tell you how to fix it if you are using Atahualpa, since this is the Atahualpa Theme forum. If you are using another theme, I suggest you go ask it's author.


All times are GMT -6. The time now is 11:18 AM.

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