verhoej Posted July 13, 2014 Share Posted July 13, 2014 (edited) Hi, My homepage doesnt show left or right column. Now does my homepage content line out to the left ( right side, left column ) How can i increase the width of the center column or that ist shows the content lined out in the middle. Im using ps 1.608 regards Edited July 13, 2014 by verhoej (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 13, 2014 Share Posted July 13, 2014 hello if your theme doesnt display right /left column your center column should be changed automatically. if not - it means that there is something wrong and it's necessary to check it so, please share url to your shop thanks in advance Link to comment Share on other sites More sharing options...
verhoej Posted July 13, 2014 Author Share Posted July 13, 2014 the theme displays only the left column. But in the theme advanced settings for index i turned the left column off. see. http://www.byxanthe.com/shop Link to comment Share on other sites More sharing options...
vekia Posted July 13, 2014 Share Posted July 13, 2014 it's not default theme this is why you've got troubles with column size change: @media screen and (min-width: 768px) #index #center_column { padding: 0; width: 72.6%; } to: @media screen and (min-width: 768px) #index #center_column { padding: 0; width: 100%; } Link to comment Share on other sites More sharing options...
verhoej Posted July 14, 2014 Author Share Posted July 14, 2014 (edited) In what file can i find that? I looked in global css in my theme, but no such code Ty Edited July 14, 2014 by verhoej (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 14, 2014 Share Posted July 14, 2014 i don't know at the moment your wesbite uses CCC for css files it means that all css files are minified to one big file. please turn this option, then i will check your website once again and point you correct file to change you can disable CCC under adv. parameters > performance tab in bo Link to comment Share on other sites More sharing options...
verhoej Posted July 14, 2014 Author Share Posted July 14, 2014 done Link to comment Share on other sites More sharing options...
vekia Posted July 14, 2014 Share Posted July 14, 2014 thanks it's a part of this file: http://www.byxanthe.com/shop/themes/deco_evo/css/modules/stylechanger/StyleC_2.css Link to comment Share on other sites More sharing options...
verhoej Posted July 14, 2014 Author Share Posted July 14, 2014 (edited) Ty, it works fine, only 1 thing. Now when i change the width to 100% the homefeatured module which shows under the homepage content lines out to the left the same for the product page Any idea if , how and where i should adjust that? Edited July 14, 2014 by verhoej (see edit history) 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