Skip to content
When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
two stools sit at the bar in front of a fireplace with candles on it

Industrial Console Table, 70.9" Sofa Table with Outlets and USB Ports

US$179.99
US$225.99
11

Product Details

Electrical Outlet and USB Ports Included - Enjoy the convenience of built-in electrical outlets, perfect for charging your phone, iPad, laptop, lamps and other devices. No more worrying about low battery while relaxing on the couch. Versatile, Long Sofa Table - Our narrow sofa table with outlet fits perfectly in your living space or entryway without taking up much room. It complements your large sectional sofa or hallway beautifully with its warm, simple wooden design. Perfect Fit for Large Sofas - Measuring 70.9 inches in length, this skinny table fits perfectly behind long sofas. It serves as a great bar and additional dining space, especially when paired with bar stools. Sturdy & Stable - This office console table features robust construction with a thick board and sturdy metal frame, enhancing its stability and weight capacity. Adjustable foot pads keep the table stable on uneven floors and prevent scratches on wooden flooring. Easy to Assemble & Customer Satisfaction - With numbered parts, clear step-by-step instructions and necessary tools included, you can complete assembly in less than 30 minutes. Our product comes with an 18-month quality assurance guarantee and friendly customer service for a worry-free purchase. Product Dimensions & Weights Details Length 70.87" Depth 17.72" Height 41.34" Item Weight 45.4 lbs Packaging Dimensions & Weights 68.11 " L x 19.29 " W x 5.12 " H (47.61 lbs) Installation Guide.pdf 70.9 inch Long Console Table with Charging Ports, Added Stools and Makes a Wonderful Bar Table for Watching a Game, Entertaining or Work Station .image-with-text__content-wrapper-walter .image-with-text__content-list { flex-direction: column; } .heading--image-with-text-h2 { font-size: 16px; } @media screen and (max-width: 740px) { .heading--image-with-text-h2 { font-size: 14px; } .heading--image-with-text-h3 { font-size: 18px; } .premium-module-1-image-text-h3 { margin-top: 0 !important; } } The Electrical Outlet is a Big Plus The power outlets in the side of the accent table are super convenient. It's really nice to be able to lay your phone or laptop up on this table and have a place to charge them. It's so much nicer than running cords to outlets that are low on the wall #premium-module-12-nav-carousel-1751621950103455800 { .text-container img:not([style*=float]), .rte img:not([style*=float]) { display: block; margin: 0; } img { margin: 0; } .custom-carousel-slide { padding: 0; } .custom-carousel-container { position: relative; overflow: hidden; margin: auto; border-radius: 0 0 8px 8px; } .custom-carousel-viewport { display: flex; transition: transform 0.5s ease-in-out; } .custom-carousel-track { list-style: none; padding: 0; margin: 0; } .custom-carousel-slide { min-width: 100%; display: none; flex-shrink: 0; justify-content: center; align-items: center; text-align: left; position: relative; } .custom-carousel-slide.active { display: flex; } .slide-image img { width: 100%; height: auto; display: block; } .slide-caption { position: absolute; left: 80px; top: 50%; transform: translateY(-50%); color: #2d2d2d; background: rgba(200, 164, 139, 0.8); padding: 20px; border-radius: 8px; max-width: 500px; } .slide-caption h4 { font-weight: bold; margin-bottom: 10px; } .custom-carousel-controls { position: absolute; top: 50%; left: 0; right: 0; display: flex; justify-content: space-between; transform: translateY(-50%); padding: 0 10px; pointer-events: none; } .custom-carousel-controls button { font-size: 32px; background: rgba(200, 164, 139, 0.8); border: none; color: white; cursor: pointer; pointer-events: all; padding: 25px 15px; border-radius: 5px; } .custom-carousel-controls svg { fill: #fff; } .custom-carousel-tabs { /* margin: 10px auto 20px; */ display: flex; gap: 8px; justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding: 0 10px; flex-wrap: nowrap; /* 保证在小屏上不换行 */ justify-content: center; background: rgba(200, 164, 139, 0.8); padding: 15px; border-radius: 8px 8px 0 0; } .custom-carousel-tabs .tab { cursor: pointer; padding: 10px 15px; flex-shrink: 0; white-space: nowrap; min-width: 140px; /* max-width: 180px; */ border: none; background: transparent; font-weight: 600; color: #fff; } .custom-carousel-tabs .active { font-weight: bold; text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 3px; } } @media (max-width: 769px) { #premium-module-12-nav-carousel-1751621950103455800 { .custom-carousel-tabs { justify-content: flex-start; margin: 0; } .slide-caption { position: static; transform: none; background: none; color: black; text-align: center; padding: 10px; } .custom-carousel-slide.active { flex-direction: column; } .custom-carousel-controls { display: none; } } } Stable ConstructionElectrical OutletUSBPortsAdjustable Feet Pads Constructed of thick board and sturdy metal frame, enhancing the whole stability and weight capacity Added Bonus of Electrical Outlet and USB Ports Keep the Accent Table Stable on Uneven Floor and Protect Wooden Floor from being Scratched document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Item details Brand Name Tribesigns Age Range Description Adult Model Name Console Table Included Components plug Item Type Name sofa table Item Height 41.3 inches Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Base Metal Is Stain Resistant No Material Type Engineered Wood Handle Material Metal Features & Specs Base Type Leg Is Foldable No Number of Items 1 Frame Joint Type welded Tilting No Is Customizable? No Is Electric No Is the item resizable? No Bench Quantity 1 Measurements Item Dimensions D x W x H 17.7"D x 70.9"W x 41.3"H Item Weight 48.5 Pounds Size Twin XL Tabletop Thickness 0.59 Inches Extended Length 70.9 Inches Item Width 70.9 Inches Base To Top Distance 41.3 Inches User guide Maximum Weight Recommendation 100 Pounds Recommended Uses For Product Living room, Entryway, Bar, Dining Indoor Outdoor Usage Indoor Specific Uses For Product Residential Use Tools Recommended For Assembly Drill Includes All Assembly Tools No Style Color Brown Shape Rectangular Table Design Console Table Style Name Rustic Furniture Finish Rustic Brown Leg Style Straight
tribesignsOfficial
Tribesigns.com
1

More about this Pin

Explore
Home Decor

Board containing this Pin

Selected board cover image
Basement renovations
278 Pins
·
17 sections
6mo

Related interests

Sofa Table Bar Behind Couch
Behind The Couch Bar Table
Sofa Bar Table Behind Couch
Bar Height Behind Couch Table
Bar Height Table Behind Couch
Long Narrow Table Behind Couch
Couch Bar Table Behind The
Couch Back Bar Table
Sofa Table Bar