Exhibit text shift issue

peresz / 2012-10-18 17:14:36   

Somehow I ended up with the text in the "info" and "CV" subsections shifted all the way to the left, instead of having some space between the end of the browser window, like i have it with my exhibits explanations. They seem like they both should be connected but they aren't.
text in proper place:
seredyak.co.cc/architecture/glass-pavilion/
text incorrectly placed here:
seredyak.co.cc/info/info/

Where did I mess up the code?

lx / 2012-10-19 14:04:52   

It seems as if there is no general padding-left or margin-left value in your css. Only your class .textor (your info box) has 20px for left padding. So you might want to set that value to zero there and instead putting it into #exhibit (or #exhibit p, body p, … I'm not sure, where it is placed best).

peresz / 2012-10-19 19:28:35   

fantastic! it worked great. thanks

This thread has been closed, thank you.