http://wnba-sfchapter.org
How do I get rid of the big spaces between recent posts and why are there?
Also waiting for an answer on how to get rid of these random borders like on my facebook and email me button on the sidebar.
Hello.... is anyone around who can help me this week?
Sidebar is messy with recent post, big spaces between them, how to fix this?
2 posts from 2 voices-
Posted 2 years ago #
-
1) I think the best solution would be to replace following code in style.css:
.sidebar .widget_recent_entries li, .sidebar .widget_categories li, .sidebar .widget_pages li, .sidebar .widget_meta li, .sidebar .widget_archive li , .sidebar .widget_links li{ width:50%; float:left; }with:
.sidebar .widget_recent_entries li, .sidebar .widget_categories li, .sidebar .widget_pages li, .sidebar .widget_meta li, .sidebar .widget_archive li , .sidebar .widget_links li{ width:100%; float:left; }So every post will be displayed in a seperate line....
2) To remove the borders add following code to style.css:
.sidebar a img, .sidebar a:hover img, .sidebar td, .sidebar tr{ border:none !important; }Maybe this answers your request here: http://www.kriesi.at/support/topic/i-use-tables-for-some-things-i-always-have-a-border-now-how-to-get-rid-of-it
Posted 2 years ago #
Reply
You must log in to post.














