Simple Container question

peresz / 2012-10-06 03:09:52   

I'd like the background of the container to allign left(connect to the edge of the browser window), but not sure what line of code to add.
This is what i have now:

.textor {
background-color: white;
color: #999999;
height: 800px;
line-height: 153%;
margin-left: -10px;
opacity: 0.92;
padding: 0px 5px 0px 10px;
position: fixed;
}

.separator, .picture {
float: left ! important;
}

My site here:
seredyak.co.cc/project/living-cube/

arsondpi / 2012-10-06 08:32:48   

what do you mean the background... I don't see any background image in that page...
If you mean the image then you may need to edit the structure of the html in the php format. Currently it like:

textor
separator
image
separator
image
separator
image

so you may have to set the separator div after the image div in the php format...

peresz / 2012-10-06 17:22:36   

I meant the white translucent background block behind the text.As you'd scroll through the images, that box stays there so you can read the text more clearly, but I want it to be shifted allt he way to the left

peresz / 2012-10-07 17:25:01   

any advice on how to expend the box?

arsondpi / 2012-10-07 20:23:06   

I'm not sure I'm following... You after getting the text box to the far left edge of the browser? And what do you mean expand the box?

peresz / 2012-10-10 01:18:11   

yep. shifting the text box to the far left edge of the browser. right now, the box (in the projects description) just kinda hovers there, behind the text.

peresz / 2012-10-11 16:02:07   

any advice where should i change the code?

This thread has been closed, thank you.