I'm struggling with a bit of custom css, I'm like a chimp banging in numbers at the moment to make things change size and not quite getting there.
Anyway, I'm trying to reduce margins to maybe 1 or 2px's between modules and the mainbody on my modulus template. I am adding this to template.css but can't quite get them to match up. It is for a 3-6-3 set up....
Firstly does anyone see anything obvious that I am missing and secondly is there any good help files or tutorials you could point to so I could tweak these things for myself in future...
looks like you want to change the widths of the grids?
as you can see there is already a margin-left: 10px;margin-right: 10px;
in the core (see below) wich make the gutter ...
So I dont really get what your code is about.
200 + 200 + 510 makes 910 px
but there is only room for 900px = 220 + 220 + 460
so it should be 200 + 200 + 500 ...
also be aware of specifity.
div#rt-main div.rt-grid-6 {...} should be better.