Thanks for the nice theme. Can you help me to set up a fixed centered width instead of the default fluid one?
Sorry, I'm just beggining to play with CSS...

Comments

Florian’s picture

You can modify #page in style.css to your desired width in pixels. For example:

#page {
   margin: 0 auto;
   width: 800px; /* 95% or 950px */
}
leo.ruffini’s picture

Status: Active » Closed (fixed)

Fast and easy.
Thanks.