motion2082 Posted August 23, 2016 Share Posted August 23, 2016 Hey guys, Looking to hide the left column on tablets and increase the centre column. I have the css below to do it but not sure what media query in the global.css to look for Can anyone help me out? home page: body#index #center_column {width:951px}body#index #right_column #left_column {display:none} Category pages: body#category #center_column {width:951px}body#category #right_column {display:none} Product pages: body#product #center_column {width:951px}body#product #left_column {display:none} Link to comment Share on other sites More sharing options...
vekia Posted August 23, 2016 Share Posted August 23, 2016 you use bootstrap theme? 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