Jump to content

How to Center Order page and authentication page after removing Right column


Recommended Posts

how to Center Order page and authentication page after removing Right column.

 

I have added

 

body#order #center_column { float:right } /* I have added this line to float order page to right*/

body#authentication #center_column { float:right }

 

To global.css

 

This make order page to float right but I would like to have order page in center

 

Or I would like to add Left column with category module and other module like special offer etc.

 

Plese Note:- I have removed right column from my site.

 

Please Help.

Link to comment
Share on other sites

how to Center Order page and authentication page after removing Right column.

 

I have added

 

body#order #center_column { float:right } /* I have added this line to float order page to right*/

body#authentication #center_column { float:right }

 

To global.css

 

This make order page to float right but I would like to have order page in center

 

Or I would like to add Left column with category module and other module like special offer etc.

 

Plese Note:- I have removed right column from my site.

 

Please Help.

 

File:

 

/themes/default/css/global.css

 

Search:

 

#order #center_column, #order-confirmation #center_column {
width: 757px;
}

 

"Change Width" and add "Margin-left"

 

#order #center_column, #order-confirmation #center_column {
width: 951px;
margin-left: 22px;
}

Link to comment
Share on other sites

×
×
  • Create New...