Can anyone help me, I need to make a sidebar cart in Magento that need to remain in fixed position, I mean when I scroll the page to bottom for example the sidebar cart to move bottom too. Is there any extension or anyone can guide me. thank you
1条回答 默认 最新
weixin_33749131 2015-08-16 06:28关注I think you need to fix your cart's position as "fixed". If your cart id is 'cart', then,
#cart { position: fixed; }解决 无用评论 打赏 举报