Link to home
Start Free TrialLog in
Avatar of Amanda Watson
Amanda WatsonFlag for Australia

asked on

Would like a horizontal line between article and heading

Hi There ,
In my site here http://amandawatson.com.au/ronin/materials.html  I would like a horizontal line to appear between the article and the article heading..
Like it appears in the demo here:
http://demo.rockettheme.com/?template=moxy

Can someone help me achieve this?
Avatar of gamebits
gamebits
Flag of Canada image

Use <hr> to draw the line and use css to style it (length, color, height, etc.)
Avatar of Amanda Watson

ASKER

Thanks for that,
But I don't want to have to add this to each article.
It seems to be automatic in the template

Here I found it like this:

.article-rel-wrapper{border-top: 1px solid #000; padding-top:5px; padding-bottom:5px;}

But now I just need to add a the right shadow for it so it looks like the demo?

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Gopinathan c
Gopinathan c
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
try:
h2{border-bottom:1px solid #000;}
Yep I had to add the image thanks rashgang