Click to See Complete Forum and Search --> : Wordpress Sidebar


DotComDG
03-03-2010, 03:20 PM
My WordPress Blog sidebar isn't looking very good (overlapping tables, bullet points showing up for no reason, etc.). Below is the Blog URL plus the location of the files that comprise the sidebar:
http://www.biblesilo.com/blog/

Sidebar.php file:
http://www.biblesilo.com/blog/wp-content/themes/starkers/sidebar.php

Functions.php file:
http://www.biblesilo.com/blog/wp-content/themes/starkers/functions.php

Any ideas on how to fix?

Fang
03-04-2010, 05:28 AM
#sidebarblog ul {list-style:none;}
#text-4 {padding-top:5em;}

DotComDG
03-08-2010, 09:19 AM
"Fang" was a huge help. Thanks!

I noticed one other issue on my Wordpress Blog. Maybe someone could help me with it? Unwanted characters show up near the "comments" field at the bottom.

Here's a screenshot http://bit.ly/aQ31Db taken from this page:
http://www.biblesilo.org/blog/the-way-of-the-cross/

Thanks a million!

Fang
03-08-2010, 09:24 AM
They are in the editable content:<!-- You can start editing here. -->

<h3 id="comments">One Response to “The Way of The Cross”</h3>

|
<ol class="commentlist">

DotComDG
03-09-2010, 05:26 PM
Fang,

Where is the "editable content" located within WordPress?

Thanks for being such a servant!

Fang
03-10-2010, 06:30 AM
I don't use WordPress, but if you open that document in the WordPress editor you will see those characters.

DotComDG
03-11-2010, 12:05 PM
You're the man, Fang. Thank you!!!