Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] How to add space between bullets on a Page page


  #1  
Old Mar 7, 2011, 09:39 AM
bda
 
30 posts · Feb 2011
[SOLVED] How to add space between bullets on a Page page

I've tried a few things in CSS Insert option but nothing works. Am a newbie creating my first site.
See www.nekhabitat.org About Us page for an example - need more white space between those bullets. Thanks for any help.
  #2  
Old Mar 7, 2011, 06:05 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
To put more space after all list items add the following to ATO>Add HTML/CSS Inserts>CSS Inserts and adjust accordingly
HTML Code:
li {
    margin-bottom: 10px;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Mar 7, 2011, 06:35 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Edit your post and using the HTML editor, find your list - it begis as
HTML Code:
<ul>
and change it to
HTML Code:
<ul class="hfh_post_list">
then add this to the CSS Inserts
HTML Code:
.hfh_post_list li {padding-top:10px;}
you can play with the number to make it what you want.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Mar 8, 2011, 02:24 PM
bda
 
30 posts · Feb 2011
Thanks. Worked like a charm. In the future, if I want to find out what the class is - is there some magic way of doing that?

This forum is a wonderful resource.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Default blocks in center page widget area instead of black bullets. top20movies Center area post/pages 1 Apr 17, 2010 06:52 PM
[SOLVED] How Do You Add Extra Space Between Category or Page Menu Items? rhythm Page & Category Menu Bars 4 Mar 15, 2010 02:08 PM
[SOLVED] How do I add more space between the page titles in the page menu bar? jenb Page & Category Menu Bars 3 Nov 23, 2009 01:20 PM
How do I change the Font color and bullets for the Page title in the Page Widget chrysos Page & Category Menu Bars 2 May 31, 2009 06:15 PM


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


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