Re: how to display 3 products in a row instead of 1

2010-07-06 Thread Deepak Dixit

Hi hdv,

You can do this with the help of css.You can change the productsummary 
class  in ecommain.css  (line no 781) as follows or you can write your 
own css.


.productsummary {
border-bottom:1px solid #99;
float:left;
height:135px;
padding:5px 8px 5px 6px;
position:relative;
width:30%;
}



Thanks  Regards
--
Deepak Dixit
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98267-54548
Skype   :- deepakdixit


hdv wrote:

hi
I am new to ofbiz.when I am trying to search any keyword in keywordsearch
box,the result shows one product in a row.But I want 3 products in a row.
So can anybody help me out in this case.what changes should i do in this
case?
  





Re: how to display 3 products in a row instead of 1

2010-07-06 Thread Deepak Dixit

And please ask these types of questions on user mailing list.

Thanks  Regards
--
Deepak Dixit
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98267-54548
Skype   :- deepakdixit


hdv wrote:

hi
I am new to ofbiz.when I am trying to search any keyword in keywordsearch
box,the result shows one product in a row.But I want 3 products in a row.
So can anybody help me out in this case.what changes should i do in this
case?