Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Styling a list in a widget WordPress

  • SOLVED

Hello!

I am trying to style this the list under TOPICS TO BE COVERED. It is powered by a php widget, and looks terrible in firefox. I'd like to remove the bullet and add a line and more padding between the categories.

Help, please!

http://www.healthmatterscoaching.net/for-the-health-of-it/

Please let me know if you need anything to help you answer this!

Answers (2)

2011-10-26

Luis Abarca answers:

You site shows:

Coming Soon.
Health Matters Coaching is currently under construction.
We will be live soon!

Where can i see your design ?


Linda M comments:

Oh no!

I'll have to ask you to log in:
http://www.healthmatterscoaching.net/wp-login.php

admin
Karen01!

then navigate to: http://www.healthmatterscoaching.net/for-the-health-of-it/

Thanks!


Luis Abarca comments:

If you knows the ID you can use this in your UL


#your_container_name ul{
list-style: none;
}

#your_container_name ul li {
padding: 8px 0;
border-bottom: 1px solid #888;
}


Luis Abarca comments:

Heym your list lacks f the <ul> tag


#execphp-4 li {
list-style: none;
padding: 8px 0;
border-bottom: 1px solid #888;
}


Linda M comments:

So... What do I need to do to fix that?


Luis Abarca comments:

Hi Linda, i already add it at the end of your style.css, have a look and check if is OK


Linda M comments:

You are awesome! Thanks so much :)

2011-10-26

RNWest answers:

Hi

You will need to turn off your splash screen so we can see. :-)

Thanks