Keep text from moving?

peresz / 2012-10-03 01:36:45   

Im trying to make my text(in the project description area) not to move and stay to the left, as one drags to see all the images, but im not sure what values to add/modify in style.css or perhaps somewhere else..
this is what im aiming for(CMS 1 though):
marco-lammers.nl/projects/contra-culture-bucharest/
and my site(updated CMS 2):
seredyak.co.cc/index.php/project/living-cube/

peresz / 2012-10-03 01:58:24   

just updated my url:
seredyak.co.cc/project/living-cube/

arsondpi / 2012-10-03 09:54:46   

hmmm...try adding

  1. .textor { position: fixed; }
  2. .separator, .picture { float: right !important; }

This thread has been closed, thank you.