SKU: B082P357384

Tribesigns - Extra Long Narrow Sofa Console Table With 4 Tier Storage Shelves - Rustic Brown

$18999 USD $24999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

  • Extra Long Design: 70.87 inches wide fits perfectly behind large sofas and in narrow hallways
  • Ample Open Storage: Four adjustable shelves offer 33% more space than standard consoles
  • Durable Metal Frame: Reinforced black steel construction supports up to 300 lbs
  • Rustic Aesthetic: Natural woodgrain finish in rustic brown adds warm industrial charm
  • Stable on Any Floor: Adjustable foot pads ensure balance on uneven surfaces
  • Space-Saving Depth: Just 11.81 inches deep fits snugly behind furniture
  • Easy Assembly: Comes with all tools and clear instructions for quick setup

Tribesigns - Extra Long Narrow Sofa Console Table With 4 Tier Storage Shelves - Rustic Brown
70.87"W x 11.81"D x 35.43"H - 52.91 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });