Line between blog-articles

GK User
Sun Feb 12, 2012 7:19 pm
How I can insert a separation line between the articles in the category-blog view?
User avatar
Expert Boarder

teitbite
Sun Feb 12, 2012 7:45 pm
Hi

Can You please show me the exact page You would like to add this line.
User avatar
Moderator

GK User
Mon Feb 13, 2012 8:51 am
It is on a local installation. See the line in the screenshot. between the entrys I want a seperation line
User avatar
Expert Boarder

teitbite
Mon Feb 13, 2012 4:41 pm
Hi

Sorry, but I cannot tell what view is it? Can You please tell me if it's a joomla article category view or K2?
User avatar
Moderator

GK User
Mon Feb 13, 2012 6:51 pm
Sorry: Joomla article / category blog
User avatar
Expert Boarder

teitbite
Tue Feb 14, 2012 12:25 pm
Hi

Please try to add this code to css:

Code: Select all
.article_row {
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
}
User avatar
Moderator


cron