- Posts: 103
- Thank you received: 1
Space between module elements in left or right col
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
12 years 4 days ago #28300
by joa
Replied by joa on topic Space between module elements in left or right col
at the moment it is just one big grey block with three RSS feed modules and I would like to separate into 3 grey blocks divided by a blue margin on top, right, left and bottom of each block - so that any time i add a module to the left column it is not merged to the block but added as a separated block.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 days ago #28311
by ivan.milic
Replied by ivan.milic on topic Space between module elements in left or right col
I still don't get what you want. I see this in left column - see attachment.
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
12 years 3 days ago #28320
by joa
Replied by joa on topic Space between module elements in left or right col
Above DBBl News feed you see a blue margin. I want that margin also on the bottom separating to the next module soccer feed. Each grey mdoule would appear as a grey block seperately surrounded by a blue margin top, bottom, left right.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 days ago #28328
by ivan.milic
Replied by ivan.milic on topic Space between module elements in left or right col
In template_css.php
find this:
.column_left_top {
background:<?php echo $columnLeftColor; ?>;
}
modify it like this:
.column_left_top > div {
background:<?php echo $columnLeftColor; ?>;
padding-top:10px;
padding-bottom:10px;
}
find this:
.column_left_top {
background:<?php echo $columnLeftColor; ?>;
}
modify it like this:
.column_left_top > div {
background:<?php echo $columnLeftColor; ?>;
padding-top:10px;
padding-bottom:10px;
}
Please Log in to join the conversation.
Time to create page: 0.094 seconds