VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: elo007 on May 22, 2012, 14:36:18 PM

Title: box products
Post by: elo007 on May 22, 2012, 14:36:18 PM
Hello,

exactly how to insert a frame around the product.

Joomla 2.5 and VM 2.0.6, PHP 5

Appendix.

Thanks

[attachment cleanup by admin]
Title: Re: box products
Post by: PRO on May 22, 2012, 15:40:16 PM
views/category/tmpl/default.phh

change

<div class="product floatleft<?php echo $Browsecellwidth . $show_vertical_separator ?>">
         <div class="spacer">



to this

<div class="product floatleft<?php echo $Browsecellwidth . $show_vertical_separator ?>">
         <div class="border spacer pcat">



and add some style

.pcat {
    height: 260px;
}


.spacer {
    margin: 1px;
    padding: 2px;
}

.border {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
}



after that you will need to style it individually for YOUR template,. and products
http://forum.virtuemart.net/index.php?topic=73348.0
Title: Re: box products
Post by: elo007 on May 22, 2012, 16:33:03 PM
Hello,

thanks.

Please change the width as a cell product?

How it all centers?

Thanks.

M.
Title: Re: box products
Post by: PRO on May 22, 2012, 18:19:17 PM
.pcat {text-align:center;}
Title: Re: box products
Post by: elo007 on May 22, 2012, 20:11:17 PM
Hello,

thanks.

Zial nepomohlo- V prilohe je vidiet viac. 1.jpg

Cieľ je 2.jpg

Ako centrovat cele bunky?

Ako druhy riadok posunut nizsie?

Thanks.

M

[attachment cleanup by admin]
Title: Re: box products
Post by: PRO on May 22, 2012, 22:06:30 PM
url?

Title: Re: box products
Post by: elo007 on May 23, 2012, 08:35:16 AM
Hello,

thanks.

Data are for localhost.

Unfortunately did not help, the annex to see more. 1.jpg

The objective is 2.jpg

As the center of the whole cell?

As a second line moved below?

Thanks.

M
Title: Re: box products
Post by: PRO on May 23, 2012, 13:21:53 PM
change
.width20{width:20%;float:left}

to
.width20{width:19%;float:left}