Jump to content

order page maximum width?


Recommended Posts

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 by perfumeskunk (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...