Currently, I am utilizing skeleton to create a fluid layout, which is functioning effectively for the most part. However, I have encountered an issue specifically with the 2 column layout on Magento at this URL:
In this setup, the navigation on the left sidebar is configured to 3 columns, while the main content area on the right is set to span across 12 columns.
The problem arises when the page width is reduced - the right hand side suddenly drops below, causing the left sidebar to expand excessively in order to compensate, resulting in a less visually appealing appearance.
I attempted to address this by applying CSS max-width: 160px; to the left sidebar, which improved the situation but did not completely resolve it. Ideally, I would like the right hand column to remain in place without dropping down, while still maintaining its fluidity and content.
Should I pursue a method to ensure that the right hand column remains fixed in position, or would removing skeleton from this particular section and converting it into static content be a more suitable approach?