excelim 0 Report post Posted February 3, 2011 How do I push the canvas down below the background header? www.rethinqueamerica.com - you can only see a tiny sliver of the background, I want to push it down around 125 pixels show the top part of the background is visible. Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 3, 2011 Not sure if it's what you want, but you could place this CSS in your theme options ` #page-canvas { margin-top:100px; } ` adjust the pixels to fit your needs. Share this post Link to post Share on other sites