• so a mystery i’ve never ever been able to solve:

    on my main page, underneath the post title is a double line border.
    but when you click on a page such as “annapolitan weddings” or “inspiration”, the double line border is thicker underneath the title for some reason.

    i’ve got no clue, and i’ve tinkered with it for ages.

    shed some light? thank you!

    site: http://www.annapolitanbride.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like the article title, which is a link on the inner pages, has a botom border property set. If you add this code beneath line 200 in your style.css it should remove it.

    h2 a { border-bottom: none; }

    So it should be added directly beneath this:

    h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
    font: NadiaSerifNormal, Georgia, Times New Roman;
    }
    Thread Starter verymegv

    (@verymegv)

    heh. that was easy. o_O

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘formatting error that i can't find the root to’ is closed to new replies.