- 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 5 days ago #28239
by joa
Space between module elements in left or right col was created by joa
In which .css file can I add a space between module items or its been assigned to left or right column and where in the .css file?
example would be great.
Thx
example would be great.
Thx
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 days ago #28246
by ivan.milic
Replied by ivan.milic on topic Space between module elements in left or right col
In template_css.css you have this:
column_right div.moduletable, .column_left div.moduletable {
margin-bottom: 20px;
}
by default there is only margin-bottom: 20px; but you can define all other margins as you need.
column_right div.moduletable, .column_left div.moduletable {
margin-bottom: 20px;
}
by default there is only margin-bottom: 20px; but you can define all other margins as you need.
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
12 years 5 days ago #28248
by joa
Replied by joa on topic Space between module elements in left or right col
what would be the code sysntax then, I don't it, margin-...? It is not margin-top but in between the modules to split the grey area between the modules a bit
Th
Th
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 days ago - 12 years 5 days ago #28265
by ivan.milic
Replied by ivan.milic on topic Space between module elements in left or right col
.column_right div.moduletable, .column_left div.moduletable {
margin-bottom: 20px;
margin-top: ??px;
margin-left: ??px;
margin-right: ??px;
}
margin-bottom: 20px;
margin-top: ??px;
margin-left: ??px;
margin-right: ??px;
}
Last edit: 12 years 5 days ago by ivan.milic.
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
12 years 5 days ago #28282
by joa
Replied by joa on topic Space between module elements in left or right col
Changes towards these margins do not affect the left column items in the way I thought.
Here is the link: joomla.bc-marburg.de. If you look at the left column with grey background there are 3 news feeds. I would like to between those newsfeeds a margin so that the blue background is viewable and that those feeds do look as they are seperated blocks.
Thx
Here is the link: joomla.bc-marburg.de. If you look at the left column with grey background there are 3 news feeds. I would like to between those newsfeeds a margin so that the blue background is viewable and that those feeds do look as they are seperated blocks.
Thx
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 #28294
by ivan.milic
Replied by ivan.milic on topic Space between module elements in left or right col
can you illustrate that somehow or better describe?
Please Log in to join the conversation.
Time to create page: 0.089 seconds