Hello, having found this beautiful theme makes me really happy, thank you. I wish to change the page alignment from standard center to left. Tried some adjustments in local.css's body tag but didnt help. Du you have a quick an eye opening answer? Thank you :-)

Comments

prajaktam’s picture

Hello,

Add the following css in the style.css file:

#header, #menu, #wrapper, #footer-wrapper, #notice {
  float: left;
}

#notice {
  width: 950px;
}

Thanks
Prajakta