maurilio wrote:
Hi, I'm testing your beautiful template but I have a problem, I corrected the length of pages deleting code in
templates/jf_creativia/index.php
<?php if($option != 'com_contact') : ?>
if(jQuery('.cholder-inner').height() < jQuery('.rotate').width()) {
jQuery('.cholder-inner').height(jQuery('.rotate').width()+220);
}
<?php endif; ?>
but now, the pages are shorter, but under the logo "joomlafreak" remains much white space ...
what can I do? Help please
Use this code:
<?php if($option != 'com_contact') : ?>
if(jQuery('.cholder-inner').height() < jQuery('.rotate').width()) {
jQuery('.cholder-inner').height() < (jQuery('.rotate').width()+220);
}