the ‘messed up’ space is a h2 tag, which by chance gets formatted by #sidebar h2 { ... } which is actually aimed at formatting the widget titles;
one possibility:
edit style.css, find the #sidebar h2 { ... } style (line 159) and change it to #sidebar ul h2 { ... }
Hi alchymyth,
Thanks again! It did change something…the other spaces turned blue…and the “half” one…well turned into green writing.
ouch π
keep what you have changed so far, and try to additionally make the same change in line 23 in /wp-content/themes/intrepidity/images/skin-green/style.css
π Please let me know what line 23 is since I can’t see line numbers… Thanks.
line 23 in that file /wp-content/themes/intrepidity/images/skin-green/style.css is another line with:
#sidebar h2 {background: url(back-sidebar-title.jpg) no-repeat scroll right top }
which needs to get changed to:
#sidebar ul h2 {background: url(back-sidebar-title.jpg) no-repeat scroll right top }
hm…can’t find it…or did you meant the 2nd one to add h2?..could only find all those (first one I did change):
#sidebar ul h2 { color: #fff; font-size: 14px; text-align: left; height: 66px; background: url(images/back-sidebar-title.jpg) no-repeat right top; overflow: hidden }
#sidebar .side-switch h2 {background-position: right bottom}
#sidebar ul {background:url(images/sidebar-links-bg-bottom.png) no-repeat right bottom; padding: 0 0 19px 0; list-style: none }
#sidebar ul ul {background:none; padding:0 }
#sidebar li {padding: 0; list-style: none }
#sidebar ul ul {padding: 6px 0 15px 26px }
#sidebar li li {margin:0 9px 0 15px; list-style-image:url(images/icon-sidebar-link.png) }
#sidebar .widget {margin: 0 0 0 14px; background: url(images/sidebar-links-background.png) repeat-y right top }
#sidebar div.widget {margin: 0}
#sidebar ul ul ul { padding: 2px 0 8px }
are you editing:
/wp-content/themes/intrepidity/images/skin-green/style.css
you will probably need to use ftp or the file management of your hoster to access that stylesheet; http://codex.wordpress.org/FTP_Clients
Ah ok…done :)…didn’t change anything I think… π
this style:
#sidebar h2 {background: url(back-sidebar-title.jpg) no-repeat scroll right top }
is still unchanged in here:
http://sonjawatt.com/newsite/wp-content/themes/intrepidity/images/skin-green/style.css
as this turns out to be a pure formatting problem, please consider to ask at a dedicated forum like http://csscreator.com/forum