Jump to content

need help making a 2 product wide grid


Recommended Posts

i've been working on this for about 4 straight days.
i've seen several of these topics and even used google translate to try to get the non english ones to help me, and i've yet to find a complete "this is how you do it"
i would hopefully like to turn this into a topic to end all grid topics, get full and complete instructions.

the top left product in that window has about what i want to achieve.
if anyone can help me, i'd be most happy. i do know a little html php and css. and i feel bad for not being able to do this myself. :(
when this is all done, i'll make a post in here with the full product-list code im using.

21548_iYdcBfjMPpENQOhV9oVQ_t

Link to comment
Share on other sites

Lol, its my birthday.. but the prize you got!



!! here u put the php code for photo !!

PRODUCT NAME CODE

Description code



!!PRICE SPAN HERE!!

!!buttons code here!!



add in css ========

#all {
float:left;
width: size you want;
height: max size you want;
}

#boxindex {
float:left;
width: size = #all;
}

#productindex {
float:left;
width:size you want to photobox;
}

#namedescindex {
float:left;
width: size you want to description and product name box
}

obs: they together cant be higher than width of #all and #boxindex

#priceindex {
clear:both;
float:left;
width: same of #all
}

#priceindex {
clear:both;
float:left;
width: same of #all
}

#detailbuy {
clear:both;
float:left;
width: same of #all
}


tip if you center_column width is for exemple 630px... put the #all to 315px - padding or margins... it will be like you want.
Link to comment
Share on other sites

×
×
  • Create New...