If you want to add a separator between your Joomla home page featured articles, add following text to your template’s Cascading Style Sheets (CSS) file:
.item-separator {
border-bottom: 1px dotted #898989;
display: block;
height:5px;
margin: 10px 0;
width: 100%;
}
Adjust parameters to match your website design.
Leave a Reply