• knotty

    (@knotty)


    I can’t seem to find, how to show the h2 border (above storytitle) on all posts, even the same day posts.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • .storytitle {
    border-bottom: 2px solid #000;
    }

    Something like that does not work ? If not, a link would be handy.

    Thread Starter knotty

    (@knotty)

    Hi podz, I worded that badly. The borders are showing but on some previous posts it’s missing, it may be the multiple posts on the same day.

    Wanted to show the border on all the posts, even previous.

    Thanks!

    Ah…. !
    and no link ??

    Look at your css. Look for h2 and h3 which typically display the date / title.

    Compare a bordered post with a non-bordered one. What’s different ? Use View Source to see which property has the border with it, then go change ??

    Thread Starter knotty

    (@knotty)

    Ok, I’ll go look for it in index.php.

    My site: https://beforeblog.com

    Thanks!

    Your date has a border-bottom property.
    You could try dropping that and having the title with a border-top ?

    Works a treat

    into h3:
    border-top: 3px solid #094aa4;

    out of h2
    border-bottom: 3px solid #094aa4;

    Thread Starter knotty

    (@knotty)

    Ok, thanks for looking podz. I’ll get to it a bit later, must get to work.

    Thread Starter knotty

    (@knotty)

    It worked great podz, putting the border-top on the h3 instead of h2. All the previous posts have the border. Thanks a lot! your a genius of CSS.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘h2 borders on all posts’ is closed to new replies.