Jump to content

[solved] how to display left column on order and my account page


Recommended Posts

global.css line 722

#authentication #left_column {
display: none;
}

remove display:none;

 

 

decrease also width param in:

#authentication #center_column {
width: 757px;
} 

to:

authentication #center_column {
width: 707px;
}

the same file line 723

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...