- Thank you received: 0
Re: Would like for content - left -right columns even
-
-
Topic Author
- New Member
-
Less
More
14 years 6 months ago #2743
by
Replied by on topic Re: Would like for content - left -right columns even
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
Trey
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
14 years 6 months ago - 2 years 10 months ago #2745
by milos
Replied by milos on topic Re: Would like for content - left -right columns even
Please do not attach template files here.
Pack entire template (without images folder) and attach it to support ticket question
Pack entire template (without images folder) and attach it to support ticket question
Last edit: 2 years 10 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
14 years 6 months ago #2748
by milos
Replied by milos on topic Re: Would like for content - left -right columns even
Sorry, I made a mistake. The classes are .column_left_top and .column_right_top
So, in index.php, you should have
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
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
-
Less
More
- Thank you received: 0
14 years 6 months ago #2752
by
Replied by on topic Re: Would like for content - left -right columns even
looks like the main content and right columns almost the same... nothing changed with the left... any idea's...
thanks again
trey
thanks again
trey
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
14 years 6 months ago #2753
by milos
Replied by milos on topic Re: Would like for content - left -right columns even
I will email you files that I edited. It worked for me.
Please Log in to join the conversation.
-
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
14 years 6 months ago #2754
by
Replied by on topic Re: Would like for content - left -right columns even
i really appreciate you helping me out on a saturday ...
thanks
trey
thanks
trey
Please Log in to join the conversation.
Time to create page: 0.087 seconds