spacing help ...

Aug 11, 2010 20:25

I'm currently using a thefulcrum 'mixit' layout. Because my CSS skills are limited, I don't know how to reduce some of the padding.

Rather than try and explain where I'm needing the reduction, I thought it would be easier to illustrate it ...

cut )

entries:linkbar

Leave a comment

Comments 1

av8rmike August 13 2010, 19:39:09 UTC
There is padding and margins in several places in the layout. I'll just give you a list of things to try, depending on how much spacing you want to take out.
.asset {padding: 6px 0px 13px 0px; }
.asset-inner {padding: 0 0 1.8em 0; }
.asset-content {margin-bottom: 0.9em; padding-bottom: 0.9em; }

Reply


Leave a comment

Up