Oak Foot Glass Top Coffee Table Irregular Shape Coffee Table
Discover a blend of elegance and functionality with our Oak Glass Irregular Shape Coffee Table. Perfectly crafted to make a statement, this coffee table adds a touch of sophistication to any living room. /* Wrapper to make table responsive */ .table-wrapper { overflow-x: auto; /* Allows horizontal scrolling if necessary */ -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */ width: 100%; /* Make sure the wrapper takes full width */ } table { width: 100%; /* Ensures the table takes full width of the parent container */ table-layout: fixed; /* Ensures consistent column widths */ border-collapse: collapse; } td, th { word-wrap: break-word; /* Ensures content wraps to the next line if needed */ padding: 10px; text-align: left; border: 1px solid #ddd; } th { background-color: #f2f2f2; } /* Responsive design */ @media screen and (max-width: 768px) { table { width: 100%; /* Ensure table is fully r