sickshot Posted February 18, 2014 Share Posted February 18, 2014 (edited) its hard to explain but please see attached images: 1 is what i have and 2 is what i try to achieve. i mean im still geting image between center and right columns - ijust want it to be white any ideas on how to do this? Edited February 21, 2014 by sickshot (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 18, 2014 Share Posted February 18, 2014 share url to your website please, you use non default theme so it's hard to say what you have to change exactly Link to comment Share on other sites More sharing options...
sickshot Posted February 19, 2014 Author Share Posted February 19, 2014 (edited) hello vekia, thank you for your reply here's url: http://newshop.kenari.ge/en/ actually it's a default theme - its in the modification process its prestashop 1.4.9 and this should go all the way down to footer. like on the screenshot. and one more if got this right i should make padding around whole center and right columns. is it so? Edited February 19, 2014 by sickshot (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 20, 2014 Share Posted February 20, 2014 in global.css use this: #columns { background: #FFF; display: block; clear: both; overflow: hidden; } Link to comment Share on other sites More sharing options...
sickshot Posted February 20, 2014 Author Share Posted February 20, 2014 thank you. its almost what i wanted coz now I got this white edges on left and right. is it possible to remove them? i tried but couldn't manage to do this... Link to comment Share on other sites More sharing options...
vekia Posted February 21, 2014 Share Posted February 21, 2014 paste this to global.css #columns {width: 1130px!important; margin:auto!important;} #center_column, #right_column {margin:0px!important;} #right_column {margin-left:20px!important;} 1 Link to comment Share on other sites More sharing options...
sickshot Posted February 21, 2014 Author Share Posted February 21, 2014 great works like a charm! thank you for helping me!!!! 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