• mommy2two

    (@mommy2two)


    I added some CSS to get a vertical border between my post area and sidebar but the vertical border is only about 2 inches long and won’t go all the way down the page. Please help!

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Bartel

    (@andrew-bartel)

    We can’t help you if we can’t see your site.

    I’d imagine that whatever you applied the border to doesn’t go all the way down to the bottom of the page though.

    Thread Starter mommy2two

    (@mommy2two)

    WPyogi

    (@wpyogi)

    Can’t see it 🙁 .

    Thread Starter mommy2two

    (@mommy2two)

    Ok, the page is viewable now if someone could please help!

    Thanks!!

    Any changes made directly to parent’s style.css must be moved to your custom css plugin, or better yet in child theme’s style.css

    This code will get rid of that border.

    #content { border-right-color:transparent; }

    Thread Starter mommy2two

    (@mommy2two)

    I want the border there, just not so short. I want it to extend all the way down and then want the same type of border horizontally before where my first post would go?

    Thanks

    Oh you want it there, I’m sorry I got it wrong.

    The reason it’s short is because you don’t have enough content in it yet, you should go ahead and create posts and pages, and dump lorem text in there.

    want the same type of border horizontally before where my first post would go

    #content { border-top:1px solid #ccc; }
    Thread Starter mommy2two

    (@mommy2two)

    Thanks so much:)

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

The topic ‘Please Help With Vertical Border Between Sidebar and Posts’ is closed to new replies.