[SOLVED] Separating articles in blog-layout
Rate this topic: 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
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 {
- Code: Select all
.article-separator {
-
- 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.
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.
-
- 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;
}
-
- Fresh Boarder
3 posts
• Page 1 of 1