- Posts: 12
- Thank you received: 0
Distance between Blog articles
-
MatzeRe
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #25303
by MatzeRe
Distance between Blog articles was created by MatzeRe
Hello,
I'm using the blog component of Joomla 2.5.
I just wrote 2 articles and noticed that there is no distance between these two articles.
Can you give me an hint, where I can configure this?
The name of my site is: www.matze-photo.de
Attached you'll find a screenshot of the problem.
BR
Mathias
I'm using the blog component of Joomla 2.5.
I just wrote 2 articles and noticed that there is no distance between these two articles.
Can you give me an hint, where I can configure this?
The name of my site is: www.matze-photo.de
Attached you'll find a screenshot of the problem.
BR
Mathias
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25313
by ivan.milic
Replied by ivan.milic on topic Distance between Blog articles
Add this at bottom of template_css.css
.blog .items-row{
margin-bottom:20px!important;
}
.blog .items-row{
margin-bottom:20px!important;
}
Please Log in to join the conversation.
-
MatzeRe
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
11 years 10 months ago #25316
by MatzeRe
Replied by MatzeRe on topic Distance between Blog articles
Thanks for quick answer.
But it doesn't work. There still no space between end of the upper article ("Kommentar lesen") and beginning of the below article ("UND START").
Do you have any other suggstions?
But it doesn't work. There still no space between end of the upper article ("Kommentar lesen") and beginning of the below article ("UND START").
Do you have any other suggstions?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25327
by ivan.milic
Replied by ivan.milic on topic Distance between Blog articles
try:
.blog .items-row{
padding-bottom:20px!important;
}
.blog .items-row{
padding-bottom:20px!important;
}
Please Log in to join the conversation.
-
MatzeRe
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
11 years 10 months ago #25452
by MatzeRe
Replied by MatzeRe on topic Distance between Blog articles
Hi,
that doesn't work either...
that doesn't work either...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25458
by ivan.milic
Replied by ivan.milic on topic Distance between Blog articles
Try:
.blog > DIV{
margin-bottom:20px!important;
padding-bottom:20px!important;
}
.blog > DIV{
margin-bottom:20px!important;
padding-bottom:20px!important;
}
Please Log in to join the conversation.
Time to create page: 0.176 seconds