VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: niceguy167 on August 17, 2012, 08:59:42 AM

Title: problems with layout in template Gaps Between title and first catagory, product
Post by: niceguy167 on August 17, 2012, 08:59:42 AM
so my templates are messing up and putting gaps when i have a left item (like featured products, cart, catagory, ect.)
however it seams to be caused by the div class="clear if i remove the two lines it moves things up but it mangles things
I have attached a screenshot of my problem thanks for any help

// Do we need to close the current row now?
if ($iCol == $categories_per_row) {
    ?>
<div class="clear"></div>
    </div>
<?php
$iCol 1;
    } else {
$iCol++;
    }
}
// Do we need a final closing row tag?
if ($iCol != 1) {
    
?>

        <div class="clear"></div>
    </div>
    <?php



[attachment cleanup by admin]
Title: Re: problems with layout in template Gaps Between title and first catagory, product
Post by: jenkinhill on August 17, 2012, 18:24:08 PM
Impossible to say without a url - use Firebug to see the reason for your issue:  http://forum.virtuemart.net/index.php?topic=102850.0
Title: Re: problems with layout in template Gaps Between title and first catagory, product
Post by: niceguy167 on August 18, 2012, 11:42:48 AM
can i PM you the url?
Thanks
Steven
Title: Re: problems with layout in template Gaps Between title and first catagory, product
Post by: jenkinhill on August 18, 2012, 12:42:18 PM
Sorry, no, we are too busy with work for our clients. You should be able to solve this using Firebug - there are plenty of tutorials.
Title: Re: problems with layout in template Gaps Between title and first catagory, product
Post by: niceguy167 on August 19, 2012, 02:28:33 AM
ya the problem is once i delete the class=clear it breaks things and mangles things together.
I have also tried to put in </br> tags and that still breaks things.
Is there someone that can fix it for me for cheap?
Thanks again.
the website is http://www.cabinhousetradingpost.com/newstore/index.php?option=com_virtuemart&view=virtuemart&Itemid=49