Alignment

ahmetunver / 2011-06-23 14:28:08   

Hi, can somebody help me with getting my site more aligned. Ive spent too many hours trying to solve it now and cant come up with any solution. Id like all the texts and thumbnails aligned with the top of the menu. www.ahmetunver.com

Secondly, how do I get rid of blue text?

Many thanks
Ahmet

blameme / 2011-06-25 08:36:16   

Hello, first you need to fix you theme's index.php you are missing a closing div after the menu, which makes your content load in the menu, then you have an empty div in there as well, it should look something like this:

  1. < body class='section-<%section_id%>'>
  2. < div id='menu'>
  3. < div class='container'>
  4. < %obj_itop%>
  5. < plug:front_index />
  6. < %obj_ibot%>
  7. < /div>    
  8. < /div>    
  9. < div id='content'>
  10. < div class='container'>
  11. < !-- text and image -->
  12. < plug:front_exhibit />
  13. < !-- end text and image -->
  14. < /div>
  15. < /div>

Then you need to get delete these from #menu in your .css file:

  1. top: 5    0;
  2. bottom: 0;
  3. left: 0;
  4. position: inherit;

and add to #menu a float:left, and change the width to 225px

ahmetunver / 2011-07-07 04:36:56   

hi. thanks for the info. ive made the changes as you wrote however not much has aligned. instead ive got a scrollbar where the photos are? i dont understand it. any more advice how to solve this would be much appreciated.

thanks

blameme / 2011-07-07 07:24:30   

Just remove everything from #img-container in your global.css

ahmetunver / 2011-07-11 12:04:12   

done.

thanks.

This thread has been closed, thank you.