My cart page looks something like
Cart Page
Problem statement is how can i expand carousels cell
to occupy the entire row if the cart items
size is equal to that of order summary?
Basically.. structure should be like below image
Cart page after modification
Problem with the 1st structure is that since the order summary is made by combining 2 vertical cells so its height becomes dynamic ( dependent on cart Items and carousels) … As a result carousels never get the chance to expand on the entire row.
i also tried bringing out the order summary from the grid structure so that its height becomes independent of cart items and carousels … But that also didn’t work as there will be only one column remaining so carousel doesn’t have any place to expand .
can someone help me on how can we achieve the desired behaviour ?
utkarsh sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.