> My content is located 10px from the border of the page.  (....) 

> So, if i want 10px margin (or padding) to separate my content
> from the border of the page, i need to extend the template to 970px
> (so that i have 10px on the left and 10px on the right). I'm not sure
> it is the right way to use Blueprint, so i wanted to know how i can do
> this without changing the template size... if it is possible !

Another possible approach would be to house your .container in another
.parent-container { width: 970px; margin: 0 auto; } and set .container to {
margin: 0 10px; }. Be sure to put this a) in your custom-css.css and b) load
it after bluprint source files to get a higher specifity.

Or: custom-css.css loaded after bp and then overwrite .container { width:
970px; padding: 0 10px; }

It's written without  looking at bp-core or testing, but you got the idea...
i hope :)

-K.

On 28 mai, 00:15, "24/7" <[email protected]> wrote:
> " If i use Blueprint columns, i have 30px padding... i just want 10px."
>
> - no. You got 30px space (in a single column - wider colums add +40px per
> column) and for every column (no matter the width) 10px space on the
right.
> But, what would you need a padding for? You could reach this with a simple
> background-image too.
>
> "), not with a empty 10px space"
>
> - i can't imagine for what you would need that.... makes no real sense
form
> e right now.
> But you *could* add a padding of max. {0px 20px;} tot he container and
only
> use 23 columns.

-- 
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to