• Hi,

    I have a problem (or does it only show on my computer??)…when I go to http://sonjawatt.com/camps e.g. and look at the optin on the right side I see one space messed up (the green one). How can I get the writing in that green space? I can only see half of the writing…

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Have you tried asking via http://www.topblogformula.com/services

    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 { ... }

    Thread Starter rawfood2

    (@rawfood2)

    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

    Thread Starter rawfood2

    (@rawfood2)

    πŸ˜‰ 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 }

    Thread Starter rawfood2

    (@rawfood2)

    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

    Thread Starter rawfood2

    (@rawfood2)

    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

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘intrepidity theme – spaces don't fit’ is closed to new replies.