Re: Would like for content - left -right columns even


  • Topic Author
  • New Member
  • New Member
More
15 years 2 months ago #2743 by
Thanks when I made the update all 3 columns appeared under the main content area stacked on top of each other... any ideas what I might have done wrong initiall...

Trey

Please Log in to join the conversation.

More
15 years 2 months ago - 3 years 6 months ago #2745 by milos
Please do not attach template files here.

Pack entire template (without images folder) and attach it to support ticket question
Last edit: 3 years 6 months ago by milos.

Please Log in to join the conversation.

More
15 years 2 months ago #2748 by milos
Sorry, I made a mistake. The classes are .column_left_top and .column_right_top

So, in index.php, you should have
Code:
<!-- equal heights --> <script type="text/javascript" src="<?php echo $template_path ?>/js/equal_heights.js"></script> <script type="text/javascript"> window.onload = function() { BoxHeights.equalise('content_wrap','column_left_top','column_right_top'); } </script>

Then in layout.css, change .column_left_top to #column_left_top (and for right). Do the same in template_css.php. Also, in col_left and col_right, change class="column_left_top" with id="column_left_top" (same for right). You must set padding top to 0px (first value) for column_left_top and column_right_top in layout.css

Please Log in to join the conversation.


  • Topic Author
  • New Member
  • New Member
More
15 years 2 months ago #2752 by
looks like the main content and right columns almost the same... nothing changed with the left... any idea's...

thanks again
trey

Please Log in to join the conversation.

More
15 years 2 months ago #2753 by milos
I will email you files that I edited. It worked for me.

Please Log in to join the conversation.


  • Topic Author
  • New Member
  • New Member
More
15 years 2 months ago #2754 by
i really appreciate you helping me out on a saturday ...

thanks
trey

Please Log in to join the conversation.

Time to create page: 0.244 seconds
Powered by Kunena Forum