Wednesday, 15 April 2015

html - using css how can i bring the td tag on new line on ebay store -



html - using css how can i bring the td tag on new line on ebay store -

i have ebay store has dynamic content. html buildup table element.

the product's listing in table.

i have managed create responsive till ipad resolution.

can allow me know how should proceed resolutions 640px,480px,360px,320px.

so products don't hide on right side, instead should fall below left side boxes.

link store

http://stores.shop.sandbox.ebay.com/testuser-maxpho-commerce

thanks.

here's few line of css can solve problem... specific solution , probabilly usesless in other pages... seems work in case.

@media (max-width: 768px) { .pagecontainer > table:nth-child(7) > tbody > tr > td > table + table > tbody > tr:last-child > td { display: block; width: 100%; } }

html css ebay

No comments:

Post a Comment