[SOLVED] Separating articles in blog-layout

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Feb 20, 2016 7:38 pm
Reply with quote
Report this post
Hi!
I'd like to separate articles in the blog-layout by a line. But I don't find the css-class to do it. I know it changed from joomla 2 to 3. Before it was something like
Code: Select all
.item-separator {
or
Code: Select all
.article-separator {
. But now I can't find a way to do it... :dry: Who can help?
User avatar
Fresh Boarder

GK User
Mon Feb 22, 2016 9:33 pm
Reply with quote
Report this post
Hello,

Please provide me an URL to a page where you want to add a separators - then I will be able to prepare you a custom CSS code for doing it.
User avatar
Moderator

GK User
Sat Feb 27, 2016 7:17 pm
Reply with quote
Report this post
Thanks for your offer to help! Meanwhile, I've found a solution with
Code: Select all
section article {
   clear: both;
   border-bottom: 4px dotted #1078b9;
   padding: 30px 0px 20px 0px;
}
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.