- Posts: 34
- Thank you received: 1
[Fixed] Space between left and right modules
-
RuneMykle
Inactive member - Topic Author
- Member
Less
More
12 years 9 months ago - 12 years 9 months ago #16588
by RuneMykle
[Fixed] Space between left and right modules was created by RuneMykle
Hiya,
I've been trying all sorts of margin settings I could find in both layout.css and template_css.css in order to find the place to edit the margin between the left and right modules, but with no luck.
Can you please tell me which style it is I need to edit?
Also, the same goes for the space below the h3 and the content.
As for the margin between the modules I thought these we're the ones to edit, but they make no change in regards to spacing;
layout.css
Thanks
Rune
Edit: was just a matter of adding the correct margin in my custom css.. sigh.. sometimes I get so tired of myself..
I've been trying all sorts of margin settings I could find in both layout.css and template_css.css in order to find the place to edit the margin between the left and right modules, but with no luck.
Can you please tell me which style it is I need to edit?
Also, the same goes for the space below the h3 and the content.
As for the margin between the modules I thought these we're the ones to edit, but they make no change in regards to spacing;
layout.css
Code:
.column_left {
float:left;
margin:30px 30px 0 0;
}
.column_right {
float:right;
margin:30px 0 0 30px;
}
.module_padding {
margin:0;
padding:0 30px;
float:left;
}
Thanks
Rune
Edit: was just a matter of adding the correct margin in my custom css.. sigh.. sometimes I get so tired of myself..
Last edit: 12 years 9 months ago by RuneMykle.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16595
by ivan.milic
Replied by ivan.milic on topic Re: [Fixed] Space between left and right modules
Maybe template_css.php you need. ALso you can use !important flag:
.column_left {
float:left;
margin:30px 30px 0 0!important;
}
.column_left {
float:left;
margin:30px 30px 0 0!important;
}
Please Log in to join the conversation.
Time to create page: 0.142 seconds