drroot Posted March 30, 2012 Share Posted March 30, 2012 I am using the default Prestashop theme with 3 columns. When viewing My Account page, I wish we could hide the left column to avoid possible distraction, and the new My Account page could occupy the width of the previous left and middle columns. Any clues? Link to comment Share on other sites More sharing options...
daYmo Posted March 30, 2012 Share Posted March 30, 2012 modify file themes/prestashop/css/my-account.css : add : #my-account #left_column {display:none} 1 Link to comment Share on other sites More sharing options...
drroot Posted April 3, 2012 Author Share Posted April 3, 2012 @daYmo Nice. Yes, it works. The only issue is when the left_column is hided and the mid_column moved to the left, the previous right_column now also moved to the left. Is it possible to stick the position of the right_column as it was when the left column is hided? modify file themes/prestashop/css/my-account.css : add : #my-account #left_column {display:none} Link to comment Share on other sites More sharing options...
daYmo Posted April 3, 2012 Share Posted April 3, 2012 I guess #my-account #center_column {width: 745px;} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now