Jump to content

[SOLVED] change background colour of left column


sickshot

Recommended Posts

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. 

 

 

post-236603-0-48544800-1400255859_thumb.png

post-236603-0-26941500-1400255878_thumb.jpg

Edited by sickshot (see edit history)
Link to comment
Share on other sites

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

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

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

  • 4 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...