- Posts: 5
- Thank you received: 0
Height Issue
-
iluvsuna
Inactive member - Topic Author
- New Member
Less
More
11 years 3 months ago #32076
by iluvsuna
Height Issue was created by iluvsuna
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32083
by ivan.milic
Replied by ivan.milic on topic Height Issue
Send link
Please Log in to join the conversation.
-
iluvsuna
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 3 months ago #32110
by iluvsuna
Replied by iluvsuna on topic Height Issue
can i send the link and login info to you via email? i don't want them disclosed in the forum. pls advise. thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32122
by ivan.milic
Replied by ivan.milic on topic Height Issue
"Report To Moderator" is used to send us data privately
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32139
by ivan.milic
Replied by ivan.milic on topic Height Issue
Add this to bottom of head section in index.php of template:
<script>
jQuery(document).ready(function(){
if(jQuery('#column_left')[0] && jQuery('#content_wrap')[0])
BoxHeights.equalise('column_left','content_wrap');
});
</script>
<script>
jQuery(document).ready(function(){
if(jQuery('#column_left')[0] && jQuery('#content_wrap')[0])
BoxHeights.equalise('column_left','content_wrap');
});
</script>
Please Log in to join the conversation.
Time to create page: 0.167 seconds