- Posts: 3
- Thank you received: 3
'Main ' - What Controls The height
- John Hickman
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 1 month ago - 13 years 1 month ago #874
by John Hickman
'Main ' - What Controls The height was created by John Hickman
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.
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:
Last edit: 13 years 1 month ago by John Hickman. Reason: clearer text
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 month ago #877
by Linh Robert
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/
Replied by Linh Robert on topic Re: 'Main ' - What Controls The height
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
and change this code
to
Thanks for using our products!
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
Code:
http://www.bangkokhomelink.com/templates/mega_realist/js/template_utilities.js
Code:
start: function() {
/* Match height of div tags */
TemplateUtilities.eqHeight();
},
Code:
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 following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.184 seconds