By maxilious on
I like the Amare theme but could use a slightly wider content area. Does anyone know how to tweek the CSS in order to widen the entire layout a bit?
I like the Amare theme but could use a slightly wider content area. Does anyone know how to tweek the CSS in order to widen the entire layout a bit?
Comments
take a look at the code
hi
I presume you have to change the width in body tag of style.css
body > min-width: 780px; (<this one)
and in the two sidebar
#sidebar-left > width: 201px; (<this one)
#sidebar-right > width: 201px; (<this one)