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!