X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   how to change # of tiles per row (https://forum.x-cart.com/showthread.php?t=73846)

qualiteam 04-19-2016 09:25 PM

Re: how to change # of tiles per row
 
This will be a tricky one.

You should set every ".products-grid .product-cell" to "position:relative", and ".products-grid .product-cell .product" to be "position:absolute". But this will collapse the ".product-cell" (as absolutely positioned blocks are taken out of the flow), so now you have to set a fixed width and height for ".product-cell" (and also tweak the nested ".product" blocks to correct their dimensions).

So, basically it is possible without JavaScript, but you will end up with fixed dimensions set for the cells.

Iggy 04-20-2016 12:47 AM

Re: how to change # of tiles per row
 
thank you for the reply!

we will do a last css sweep after some other works, and this will help to decide..very appreciated :)

Iggy 04-20-2016 12:55 AM

Re: how to change # of tiles per row
 
hmm i was wondering...perhaps it could be a solution to increase the space between horizontal rows? is that possible? i feel they are barely catching on the hover zoom and a bit more space could fix it


All times are GMT -8. The time now is 01:52 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.