Spacing between blocks...
Permalink
Hey Folks,
John here, C5 noob. Digging what a knucklehead like me can build on this platform!!
Anyways, I'm using the "Corporate America" theme from C5mix, and in the Main section, I've divided it into 3 columns, and saw that there is no space between the blocks? I edited the typography.css page to create some margin between blocks, but found that it didn't apply to other pages.
I applied a patch athttp://www.concrete5.org/index.php?cID=194178... with regards to spacing, but no luck.
Before I go individually editing a bunch of css files, I gotta figure there has to be something globally i'm not doing right - suggestions?
Thanks!!
John here, C5 noob. Digging what a knucklehead like me can build on this platform!!
Anyways, I'm using the "Corporate America" theme from C5mix, and in the Main section, I've divided it into 3 columns, and saw that there is no space between the blocks? I edited the typography.css page to create some margin between blocks, but found that it didn't apply to other pages.
I applied a patch athttp://www.concrete5.org/index.php?cID=194178... with regards to spacing, but no luck.
Before I go individually editing a bunch of css files, I gotta figure there has to be something globally i'm not doing right - suggestions?
Thanks!!

The typography.css file is unfortunately somewhat of a misnomer -- it is only for the rich text editor of the content block (a.k.a the TinyMCE WYSIWYG editor). There should be another css file in your theme, try putting your styles there instead.
cool bro, thanks for the pointer, will have a look at main.css or something else in firebug and post back.