Jump to content

How to hide the left column when viewing My Account page?


Recommended Posts

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

@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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...