[email protected] Posted October 17, 2012 Share Posted October 17, 2012 (edited) On my site: www.atlasamerican.com I have modified the default template to make it into a two column layout. My knowledge is quite limited when it comes to CSS so I have not been able to figure out why my template is not extending to the bottom of the screen.This is more apparent on large monitors with lots of vertical real estate. I have tried inserting a height: 100% attribute and min-height: 100% attribute in several difference places but nothing will force the page to extend to the bottom of the screen. This is most obvious when looking at an empty shopping cart: http://www.atlasamerican.com/en/order Any help will be greatly appreciated. Edited October 24, 2012 by [email protected] (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted October 23, 2012 Share Posted October 23, 2012 in the global.css of your theme, search the body tag and add a repeat, and remove the height 100% font: normal 11px/14px Arial, Verdana, sans-serif; color: #222; background: white; background-image:url('http://www.atlasamerican.com/img/background.jpg'); background-repeat: repeat; Link to comment Share on other sites More sharing options...
[email protected] Posted October 23, 2012 Author Share Posted October 23, 2012 Thanks for the tip. I now have the background flowing all the way down to the bottom of the site. Link to comment Share on other sites More sharing options...
shacker Posted October 24, 2012 Share Posted October 24, 2012 if works, change title to solved Link to comment Share on other sites More sharing options...
Recommended Posts