Where to put a Bottom Border - Want to put a Line Between Each Article

GK User
Mon Mar 21, 2011 10:08 pm
I want to put a solid line between each article and I am not sure where to put the border-bottom statement. All help appreciated - thanks!
User avatar
Fresh Boarder

Konrad M
Mon Mar 21, 2011 10:12 pm
Hi
Can you give us url to your site ? :)
User avatar

GK User
Tue Mar 22, 2011 11:14 pm
Thanks Konrad - here's the URL

http://vdining.music4travel.com/

I'm rebuilding a long established site called http://valuedining.com to 1.6 and Penguinmail.
User avatar
Fresh Boarder

Konrad M
Wed Mar 23, 2011 6:38 am
This line want to add on single article view or on category view ?
User avatar

GK User
Wed Mar 23, 2011 4:49 pm
Thanks for the follow up Konrad,

On the category view between each article.

I wasnt sure which css entry to adjust.

Best,

Mike
User avatar
Fresh Boarder

Konrad M
Wed Mar 23, 2011 5:10 pm
Try add in override.css
.items-row {
border-bottom:1px solid #000000;
}

and set your color of border
User avatar


cron