tdr170 Posted July 8, 2013 Share Posted July 8, 2013 Creating a custom 2 column theme using 1.4 and the 1.4.5 theme I have almost all pages formatted the way I want with the exception of the MY Alerts page. I have created a theme with all blocks on the left and a center column of 757px for products and such. Some pages like ther cart summary, account, log in and others are a single page of 980px with no left or right columns. I can not figure out how to remove the left column from the My Alerts page as I can not seem to find any CSS associated with this page, any suggestions or help is much appreciated. Thanks. Link to comment Share on other sites More sharing options...
razaro Posted July 8, 2013 Share Posted July 8, 2013 You can try to hide it with css body#module-mailalerts-myalerts #left_column { display:none} body#module-mailalerts-myalerts #center_column{ width:980px} 1 Link to comment Share on other sites More sharing options...
tdr170 Posted July 8, 2013 Author Share Posted July 8, 2013 Thanks a lot that worked perfect, I had tried other css but not the code you listed. Thanks again 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