Viewing 1 replies (of 1 total)
  • This is a result of margin: auto which adapts margins to keep the content centered on the page. Use Firebug to see which selector is causing this (I believe it’s .container). You can change the margin to however much you need to show the image, so something like container { margin: 0 100px; } which will add a 100px margin to the right and left of .container.

Viewing 1 replies (of 1 total)
  • The topic ‘Change WPFolio theme to fixed width’ is closed to new replies.