sickshot Posted May 16, 2014 Share Posted May 16, 2014 (edited) hello i need to change background colour of left column as it is shown on attached images i need to make it grey all the way from header to footer. i have red other threads but it didnt worked for me i run PS 1.4.11 image with white background is what i got now and image where the left column is grey is what i need to achieve. Edited May 16, 2014 by sickshot (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted May 16, 2014 Share Posted May 16, 2014 Good morning I do not know a lot about PS 1.4 but if you go to global.css and try and find this: http://screencast.com/t/EuFoowfG56A Result http://screencast.com/t/00CnmT3HwqTi Paul Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2014 Share Posted May 16, 2014 hello i need to change background colour of left column as it is shown on attached images i need to make it grey all the way from header to footer. i have red other threads but it didnt worked for me i run PS 1.4.11 image with white background is what i got now and image where the left column is grey is what i need to achieve. can you share url to your shop? it will be much easier to help :-) Link to comment Share on other sites More sharing options...
sickshot Posted May 16, 2014 Author Share Posted May 16, 2014 this is the url http://mukadowines.ge/ Link to comment Share on other sites More sharing options...
sickshot Posted May 16, 2014 Author Share Posted May 16, 2014 Paulito sure i have tried this... this makes blocks background to change and some area around - i need to change from header to footer... Link to comment Share on other sites More sharing options...
Paulito Posted May 16, 2014 Share Posted May 16, 2014 ok, is this what your after http://screencast.com/t/pEaEjgJC4e http://screencast.com/t/W27A0PJjci Paul Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2014 Share Posted May 16, 2014 #left_column { clear: left; width: 215px; margin-right: 21px; overflow: hidden; } in http://mukadowines.ge/themes/prestashop/css/global.css to: #left_column { clear: left; width: 215px; margin-right: 21px; overflow: hidden; background:#c0c0c0; } after changes clear cache in your browser (ctrl+f5 on your website) Link to comment Share on other sites More sharing options...
sickshot Posted May 16, 2014 Author Share Posted May 16, 2014 thank you vekia this works great!!! but is it possible to change the color of this space between header and left column block marked on attachment ? yes Pulito that what im askin for .... Link to comment Share on other sites More sharing options...
sickshot Posted May 16, 2014 Author Share Posted May 16, 2014 ok Imanaged to fill that space by adding empty div to block's tpl and adding color and height with css. thank you for help. Link to comment Share on other sites More sharing options...
sickshot Posted May 24, 2014 Author Share Posted May 24, 2014 hello again I have just added some content and stil this background color isnt sticking to footer... can anyoen help? Link to comment Share on other sites More sharing options...
vekia Posted May 24, 2014 Share Posted May 24, 2014 what is the height of the left column? and height of the center block? values of height are the same? or different? Link to comment Share on other sites More sharing options...
sickshot Posted May 25, 2014 Author Share Posted May 25, 2014 there is not set any height... #left_column, #center_column, #right_column { float: left; } #left_column { clear: left; width: 215px; margin-right: 21px; overflow: hidden; background:#c0c0c0; } #center_column { width: 764px; margin: 0 0 30px 0; overflow: hidden } Link to comment Share on other sites More sharing options...
vekia Posted May 25, 2014 Share Posted May 25, 2014 yeap i understand that there is no height defined, but im asking about real height of this column, are you able to check it? with browser webdeveloper tools? im asking because your website is under maintenance mode right now and i cant access Link to comment Share on other sites More sharing options...
sickshot Posted May 25, 2014 Author Share Posted May 25, 2014 theres only shows - height: 100% - i couldnot find any specific height. i Have turned on the website http://mukadowines.ge please check if you have time.... Link to comment Share on other sites More sharing options...
sickshot Posted May 30, 2014 Author Share Posted May 30, 2014 please if anyone knows how to do this.... Link to comment Share on other sites More sharing options...
dioniz Posted May 31, 2014 Share Posted May 31, 2014 Try to add this: padding-bottom: 500em; margin-bottom: -500em; to left_column and center_column Link to comment Share on other sites More sharing options...
sickshot Posted June 1, 2014 Author Share Posted June 1, 2014 Try to add this: padding-bottom: 500em; margin-bottom: -500em; to left_column and center_column thank you seems t work fine Link to comment Share on other sites More sharing options...
Peter Petrik Posted May 8, 2019 Share Posted May 8, 2019 #left_column {background: whitesmoke !important;} Works under PS 16123😀 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