PirateSmack
New Member
I am trying to create a site with the the Wordpress template "One Page Parallax." It is great but I am having trouble with changing the styling of the text divs that are associated with each page. It places each page on the main page as sections - The way that the text is displayed on each one is the same and I cannot figure out how to edit the css. In the Index.php the CSS is as follows:\[code\]<div style="position: absolute;left: <?php echo $section['content_left'] ?>px;top: <?php echo $section['content_top'] ?>px; width: <?php echo $section['content_width'] ?>px;\[/code\]I can't figure out where this being called from for each separate div. I would like to be able to style the div's individually. I don't know PHP very well so can't quite figure out what it is doing here. In the demo page they have different placements of the text Div's but I can't figure out how they are doing that. You can view the demo site here to see what I am talking about: http://parallax.home-and-available.com/Thanks!