cooey1975 Posted December 15, 2014 Share Posted December 15, 2014 Hi Guys, wondering if you can help as ive been smashing my head against a wall with this one. Im trying to Simply, Center the page for www.purebait.co.uk/store. Ive also been trying to change the site size to 1024px wide so the whole thing is contained within that size. Has anyone got any ideas what i need to do? Link to comment Share on other sites More sharing options...
tuk66 Posted December 15, 2014 Share Posted December 15, 2014 Regarding to center the page, add style="margin: 0 auto;" to this table: <header> <table border="0" align="center" width="1024" height="89"> Link to comment Share on other sites More sharing options...
Dh42 Posted December 15, 2014 Share Posted December 15, 2014 I would consider switching back to the default theme, it is centered already. Also, tables are no longer used, especially for centering like that. Link to comment Share on other sites More sharing options...
cooey1975 Posted December 15, 2014 Author Share Posted December 15, 2014 I would consider switching back to the default theme, it is centered already. Also, tables are no longer used, especially for centering like that. This is the default theme ive just removed the majority of things from it. It is still bootstrap-default though Regarding to center the page, add style="margin: 0 auto;" to this table: <header> <table border="0" align="center" width="1024" height="89"> which file would i change this command, would it be the header.tpl file or the global.css file Link to comment Share on other sites More sharing options...
Recommended Posts