mousanajafi Posted August 10, 2012 Share Posted August 10, 2012 hello how i can remove right or left column from all page (home/product/address and ....) or remove from theme please help me thank all Link to comment Share on other sites More sharing options...
Jimbola Posted August 10, 2012 Share Posted August 10, 2012 Hi There are 2 ways to do this; 1. In your themes header.tpl file remove the columns div, looks something like this; <div id="columns"> <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> 2. In your CSS files, find where the columns are controlled form, e.g. theme/css/global.css and set the display for the columns to none, e.g. display:none; Either which way you may have to change the CSS for the remaining column(s) to fix your layout. 1 Link to comment Share on other sites More sharing options...
mousanajafi Posted August 10, 2012 Author Share Posted August 10, 2012 thank you firs way does not worked but second way worked thank you, thank you, thank you :D 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