APP Posted September 24, 2010 Share Posted September 24, 2010 We had our CRM remove the catalog tree and shopping cart trees. Now the catalog window/table is moved to the left. Can this be centered or at least expanded to fill the page better. Now that it got moved over we have a large space on the right side of the web page. Nice to center our catalog table or at least expand it so it looks better. Not sure if CSS code in the store editor will do. Tried some things but nothig seems to work. Any Ideas? Link to comment Share on other sites More sharing options...
Aislinn.FitzGerald Posted September 24, 2010 Share Posted September 24, 2010 Hello, The CSS below will have this grid expand across the entire page. Is this what you were looking for? <style type=text/css> .CtlListTable, .CatalogProducts, #previewContainer { width:100%; margin:auto; } </style> Just paste this copy in the "catalog" area for Custom Store Copy in the manager.catalog_css.txt Link to comment Share on other sites More sharing options...
APP Posted October 3, 2010 Author Share Posted October 3, 2010 Did the trick. Thanks so much. AP Link to comment Share on other sites More sharing options...
daniel Posted April 20, 2016 Share Posted April 20, 2016 Hi I'm trying to do something similar. Where is the the "catalog" area for Custom Store Copy in the manager? I can't seem to find it. Link to comment Share on other sites More sharing options...
Recommended Posts