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