- Posts: 163
- Thank you received: 1
blog layout has no breaks
-
maryswave
Inactive member -
Topic Author
- Member
-
Less
More
10 years 6 months ago #41956
by maryswave
blog layout has no breaks was created by maryswave
I have a blog layout with short articles but they are overlapping how can I add a break between the articles?
see image
fwmdev.com/newworkshop/index.php/tools
see image
fwmdev.com/newworkshop/index.php/tools
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #41966
by ivan.milic
Replied by ivan.milic on topic blog layout has no breaks
Put this at bottom of template_css.css:
.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5,
.leading-6,
.leading-7,
.leading-8,
.leading-9,
.leading-10{
clear:both;
margin-bottom:20px;
}
.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5,
.leading-6,
.leading-7,
.leading-8,
.leading-9,
.leading-10{
clear:both;
margin-bottom:20px;
}
Please Log in to join the conversation.
Time to create page: 0.148 seconds