[Fixed] Space between left and right modules

More
12 years 9 months ago - 12 years 9 months ago #16588 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
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.. :)
Attachments:
Last edit: 12 years 9 months ago by RuneMykle.

Please Log in to join the conversation.

More
12 years 9 months ago #16595 by ivan.milic
Maybe template_css.php you need. ALso you can use !important flag:

.column_left {
float:left;
margin:30px 30px 0 0!important;
}

Please Log in to join the conversation.

Time to create page: 0.142 seconds
Powered by Kunena Forum