- Posts: 1
- Thank you received: 0
Border for articles in blog layout
11 years 11 months ago #40107
by helbet
Border for articles in blog layout was created 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!
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.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #40113
by ivan.milic
Replied by ivan.milic on topic Border for articles in blog layout
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
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.183 seconds