OliverEggertsen Posted June 27, 2013 Share Posted June 27, 2013 Hi :-) Right now i am using the standard checkout (5 steps) with no left or right columns. I would like the center column to have class grid_9 and have a width of 100% so it is maximum width. In which file do i do this? Thanks in advance Link to comment Share on other sites More sharing options...
Paulito Posted June 28, 2013 Share Posted June 28, 2013 (edited) Good morning You need to goto: Your theme global.css Steps 1. 2. 3. 4. = global.css around line 760 Step 5. = global.css around line 769 Change both these lines to: {width:100%;} You will also have to change two other lines as the SUMMARY - LOGIN - ADDRESS - SHIPPING - PAYMENT will look messy, so in global.css Around line 514 ul.step li { float:left; height:52px; width:151px; text-align:center; text-transform:uppercase; background:url(../img/step_standard.gif) no-repeat center bottom transparent Change the width to whatever suits (mine is 196px;) Around line 512 ul.step { list-style-type:none; margin-bottom:30px; height:52px; width:757px; Change this width to 100%; Hope this helps Paul Edited June 28, 2013 by perfumeskunk (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts