• I have to work with a theme called Ice 3.17.

    When I use the Recent Posts widget in the sidebar, or even the Special Recent Posts plugin, the headline is ok but the actual list of recent blog posts is very indented.

    I looked all through styles.css, but I could not find where to fix this.

    The search box does the same thing: the Search headline is fine, but the contents of the widget (the search form) are indented. Things look sort of like this:

    Blog Posts
    ________Blah blah blah

    Search
    _________[searchbox]

    Can anyone tell me where in the code I can find the fix for this? I would like it to look more like this:

    Blog Posts
    Blah blah blah

    Search
    [searchbox]

    Thank you!

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter jmichals

    (@jmichals)

    Oh…wow…thank you very much JarretC.

    That would have taken me a long long time to figure out, if ever.

    Thank you!

    Thread Starter jmichals

    (@jmichals)

    I also noticed that after I click a blog post, at the bottom of the post there is a section that says Possibly Related. I looked at the code and it is inserting two spaces before it posts anything of value.

    It does this twice:

    <p>&nbsp</p>
    <p>&nbsp</p>

    Do you have any idea how I might get rid of this strange occurence?

    Thanks again.

    Has something to do with the theme, I’d look around in your files for that particular area and see if you can find out what is causing the issue.

    Thread Starter jmichals

    (@jmichals)

    Ah yes, thank you, you were right, it was in single.php.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Removing the indent: Recent Posts’ is closed to new replies.