TOPIC: 'Main ' - What Controls The height

'Main ' - What Controls The height 10 years 11 months ago #874

  • maverell
  • maverell's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 3
  • Karma: 0
Please see attached screen shots - the component generating the form you can see is a third party component. The form is 1500px in height, but for some reason the template is forcing the height to 808px and thats it. I cannot seem to be able to find where to change this ? Can you help ?

Like wise, any output in the main part of the screen gets cut off at the bottom. Such as the login/ register in the screenshot. Please help.
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
  • Attachment This image is hidden for guests. Please log in or register to see it.
Last Edit: 10 years 11 months ago by maverell. Reason: clearer text
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: 'Main ' - What Controls The height 10 years 11 months ago #877

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,

That caused by the equal height function (equal height between sidebar and main column). In that case there is no sidebar and it calculate wrong.

To disable this function, edit this file
http://www.bangkokhomelink.com/templates/mega_realist/js/template_utilities.js
and change this code
start: function() {
    /* Match height of div tags */
    TemplateUtilities.eqHeight();
},
to
start: function() {
    /* Match height of div tags */
    //TemplateUtilities.eqHeight();
},

Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka
Time to create page: 0.095 seconds