Border for articles in blog layout

  • helbet
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 months ago #40107 by helbet
Hi there!

There are any methods to insert a line between articles in blog layout (or bordering each article)?
I tried this in template.css

[class*="leading"] {
margin: 0 0 10px 0;
border-style: none none none none;
border-width: 1px;
border-color: #4AAC20;

}

div.item {
margin: 0 0 10px 0;

}

div.items-row {
margin: 0 0 10px 0;
border-style: solid none none none;
border-width: 1px;
border-color: #4AAC20;
}


In default joomla template this work, but NOT in Hot Destination.

Thanks a lot!

Please Log in to join the conversation.

More
10 years 5 months ago #40113 by ivan.milic
We don't have leading articles on our demo so first css rule has nothing to target unles you set leading to show.

For other two , try to put css at bottom of template_css.css

Please Log in to join the conversation.

Time to create page: 0.137 seconds
Powered by Kunena Forum