Store Offer Menu

  • Image
    7-Tier Corner Bookshelf Corner Bookcase Storage Display Rack

    7-Tier Corner Bookshelf Corner Bookcase Storage Display Rack

    Product information for 7-Tier Corner Bookshelf Corner Bookcase Storage Display Rack

    $219.99
    $139.9936% OFF

    Striking Design - This 7-shelf bookshelf, with a rustic black frame and X-bars, is a fusion of practicality and industrial design. Ideal for any room, it adds extra space and charm. Corner Optimization - Exploit those unused corners with this bookshelf. Its 23.6"L x 23.6"D x 79”H dimensions snugly fit against your wall, serving as a bookcase, display rack, or storage unit. Generous Storage - Featuring 14 sleek open shelves, it provides ample space to showcase books, photos, and objects. The top shelf is perfect for arts and crafts supplies, while the bottom is great for baskets. Stable and Sturdy Construction - The X-bars, not only prevent books from falling, but they also reinforce strength and stability. Additionally, adjustable feet ensure balanced placement on uneven floors. Durable Use - With a heavy-duty metal frame and sturdy wood shelves, this stand has a long lifespan. Each shelf is scratch and wear-resistant, with a 25 lb holding capacity. Purchase Securely - Full assembly is required with the help of another person but can be completed in around 45 minutes. All instructions and tools are included. If you encounter issues with the bookcase, please don't hesitate to contact us. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.84" Item Weight 58.42 lbs Packaging Dimensions & Weights 46.06" L x 11.42" W x 11.81" H (62.83 lbs) Installation Guide.pdf Installation Guide Video: Brimming with vintage charm, our Bookcase is an ideal choice to any space! .premium-module-7-video-text-h2 { font-size: 16px; } @media screen and (max-width: 740px) { .premium-module-7-video-text-h2 { font-size: 14px; } .premium-module-7-video-text-h3 { font-size: 18px; } } MAXIMIZE SPACE & VERSATILE 7-Tier shelf design makes full use of any limited space or odd corner to provide additional storage space for small items or knickknacks. This tall shelving unit fits great in any corner of the living room, bedroom, home office, kitchen, hallway, balcony, etc. It can work well as corer stand shelves, small bookshelves, display shelves, and plant stands for limited space. #premium-module-12-nav-carousel-1751092818496730500 { .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-1751092818496730500 { .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; } } } Ample Storage SpaceThoughtful DesignSturdy ConstructionDurable MaterialSturdy Construction Fit The Corner A perfect spot for storing bags, flowers, lamp, potted and handicrafts. X-Shape Sides Prevents tilting of items on shelves and falling down . Heavy-duty Frame Constructed of high-grade board and sturdy metal frame that each shelf can hold up to 45 lbs. Vintage Wood Grain It's water & dust resistant and easy to clean. Anti-Slip Foot Prevent scratch on the floor. 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); }); }); Product Information Room Type Bedroom, Living Room, Classroom, Hallway Number of Shelves 14 Special Feature Fit the corner Product Dimensions 23.62"D x 23.62"W x 78.74"H Style Rustic Age Range (Description) Adult Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size 7-Tier Weight Limit 45 Pounds Assembly Required Yes Recommended Uses For Product L shaped bookcase for living room, Corner shlef for bedroom, Corner bookshelf for office Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name PETER Item Weight 55 Pounds Furniture Finish Engineered Wood Installation Type Freestanding Min. Required Door Width 23.6 Inches Weight capacity Maximum weight: 45 Pounds Back Style Backless Product Name Corner Bookcase Shelf Thickness 0.59 Inches Item Weight 55 pounds

  • More Deals You’ll Love

    Little Tree logo

    6-Tier Narrow Bookshelf 75" Corner Shelf

    SPACE SAVING DESIGN - With the dimension of 13.4’’ W X 13.4’’ D X 74.8’’ H, this corner bookshelf makes full use of any limited small spaces or corner spaces, turning unused spaces into storage. Maximize the storage space of small spaces without taking up too much space. This storage shelf fits anywhere easily, like the living room, kitchen, bathroom, and stuff. 6-TIER STORAGE RACK WITH FENCES - Featuring with 6-tier structure, this corner bookshelf provides plenty of storage space for your books, displays, photo frames, vase, potted plants, etc. The back baffle and fences beside are designed to prevent items from slipping off. The top shelf also offers extra storage. MULTIPURPOSE CORNER SHELVES - Take advantage of every small or corner space of your room with this bookcase. Not only as a perfect corner storage shelf, this narrow tall shelf also works well as an etagere bookcase, display shelf, plant stand, kitchen storage rack, or household items storage. Perfect for small spaces SOLID & RELIABLE CONSTRUCTION - Crafted from thick solid E1 particleboard and sturdy metal frame, this narrow shelf tower is built to last, durable, sturdy, water and scratch resistant. Adjustable leg pads were added to help the standing shelf stand stably on uneven floors. Anti-tipping strap kits help prevent the skinny tall shelf from falling down. EASY ASSEMBLY & WARRANTY - All parts, installation hardware kits, and clear instructions are included in the package for easy assembly. Tribesigns provides 24 hours customer service and 1 YEAR warranty for you. Any problem, feel free to contact us. Feel free to get this product! Product Size: 13.39"W X 13.39" D X 74.8" H Material: E1 Particleboard + Metal Tubes
    $159.99
    $85.9946% OFF
    Little Tree logo

    6-Tier Narrow Bookshelf 75" Corner Shelf - Rustic ...

    SPACE SAVING DESIGN - With the dimension of 13.4’’ W X 13.4’’ D X 74.8’’ H, this corner bookshelf makes full use of any limited small spaces or corner spaces, turning unused spaces into storage. Maximize the storage space of small spaces without taking up too much space. This storage shelf fits anywhere easily, like the living room, kitchen, bathroom, and stuff. 6-TIER STORAGE RACK WITH FENCES - Featuring with 6-tier structure, this corner bookshelf provides plenty of storage space for your books, displays, photo frames, vase, potted plants, etc. The back baffle and fences beside are designed to prevent items from slipping off. The top shelf also offers extra storage. MULTIPURPOSE CORNER SHELVES - Take advantage of every small or corner space of your room with this bookcase. Not only as a perfect corner storage shelf, this narrow tall shelf also works well as an etagere bookcase, display shelf, plant stand, kitchen storage rack, or household items storage. Perfect for small spaces SOLID & RELIABLE CONSTRUCTION - Crafted from thick solid E1 particleboard and sturdy metal frame, this narrow shelf tower is built to last, durable, sturdy, water and scratch resistant. Adjustable leg pads were added to help the standing shelf stand stably on uneven floors. Anti-tipping strap kits help prevent the skinny tall shelf from falling down. EASY ASSEMBLY & WARRANTY - All parts, installation hardware kits, and clear instructions are included in the package for easy assembly. Tribesigns provides 24 hours customer service and 1 YEAR warranty for you. Any problem, feel free to contact us. Feel free to get this product! Product Size: 13.39"W X 13.39" D X 74.8" H Material: E1 Particleboard + Metal Tubes
    $159.99
    $92.9942% OFF
    Tribesigns logo

    7-Tier Corner Bookshelf, Industrial Corner Etagere...

    Maximize Space - Tidy up your living space with our stylish 7-tier corner shelf. Its corner-fitting design and efficient storage make it the ultimate space-saver. Style Meets Function - This corner shelving unit's striking hexagonal shape, complete with side railings, offers a chic way to prevent clutter. It's a fashionable yet practical solution for organizing your space. Durable & Safe - Constructed with particle board and a black metal frame, this solid bookcase ensures stability. Its safety-anchoring feature and adjustable feet further enhance its steadiness. Easy Assembly - Assembly is quick with our clear instructions and labeled parts. Comes with an 18-month warranty and friendly customer service for all inquiries. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.74" Item Weight 57.1 lbs Packaging Dimensions & Weights 42.13" L x 11.61" W x 10.83" H (61.51 lbs) Installation Guide.pdf Installation Guide Video: .premium-module-3-four-column-images .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-3-four-column-images .item-container img{ width:100%; } .premium-module-3-four-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction:column; } .premium-module-3-four-column-images .img-item a{ position:relative; width:100% height:100%; } .premium-module-3-four-column-images .img-item img{ border-radius:8px; } .premium-module-3-four-column-images .info p{ margin:5px 0; } .premium-module-3-four-column-images .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .premium-module-3-four-column-images .size-2x2 { grid-column: span 2; grid-row: span 2; } .premium-module-3-four-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-3-four-column-images .item-container{ width:100%; } @media screen and (max-width: 767px) { .premium-module-3-four-column-images .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-3-four-column-images .mobile-size-2x2 { grid-column: span 2 !important; grid-row: span 2 !important; } } Space-Saving L-Shape Maximizes corner spaces with efficient dual-sided storage. Hexagonal Guardrails Stylish metal barriers blend safety with industrial chic. Thickened metal frame Improve the weight capacity and stability of the bookshelf Floor-Friendly Feet Adjustable legs prevent scratches on any surface. Product Information Room Type Living Room Number of Shelves 7 Special Feature Durable Product Dimensions 23.6"D x 23.6"W x 78.7"H Style Industrial Age Range (Description) Adult Finish Type Matte Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Weight Limit 100 Pounds Assembly Required Yes Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Corner Bookshelf Item Weight 57.1 Pounds Installation Type Freestanding Weight capacity Maximum weight: 100 Pounds Unit Count 7.0 Count Item Weight 57.1 pounds
    $259.99
    $149.9942% OFF
    Tribesigns logo

    7-Tier Corner Bookshelf, Industrial Corner Etagere...

    Maximize Space - Tidy up your living space with our stylish 7-tier corner shelf. Its corner-fitting design and efficient storage make it the ultimate space-saver. Style Meets Function - This corner shelving unit's striking hexagonal shape, complete with side railings, offers a chic way to prevent clutter. It's a fashionable yet practical solution for organizing your space. Durable & Safe - Constructed with particle board and a black metal frame, this solid bookcase ensures stability. Its safety-anchoring feature and adjustable feet further enhance its steadiness. Easy Assembly - Assembly is quick with our clear instructions and labeled parts. Comes with an 18-month warranty and friendly customer service for all inquiries. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.74" Item Weight 57.1 lbs Packaging Dimensions & Weights 42.13" L x 11.61" W x 10.83" H (61.51 lbs) Installation Guide.pdf Installation Guide Video: .premium-module-3-four-column-images .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-3-four-column-images .item-container img{ width:100%; } .premium-module-3-four-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction:column; } .premium-module-3-four-column-images .img-item a{ position:relative; width:100% height:100%; } .premium-module-3-four-column-images .img-item img{ border-radius:8px; } .premium-module-3-four-column-images .info p{ margin:5px 0; } .premium-module-3-four-column-images .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .premium-module-3-four-column-images .size-2x2 { grid-column: span 2; grid-row: span 2; } .premium-module-3-four-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-3-four-column-images .item-container{ width:100%; } @media screen and (max-width: 767px) { .premium-module-3-four-column-images .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-3-four-column-images .mobile-size-2x2 { grid-column: span 2 !important; grid-row: span 2 !important; } } Space-Saving L-Shape Maximizes corner spaces with efficient dual-sided storage. Hexagonal Guardrails Stylish metal barriers blend safety with industrial chic. Thickened metal frame Improve the weight capacity and stability of the bookshelf Floor-Friendly Feet Adjustable legs prevent scratches on any surface. Product Information Room Type Living Room Number of Shelves 7 Special Feature Durable Product Dimensions 23.6"D x 23.6"W x 78.7"H Style Industrial Age Range (Description) Adult Finish Type Matte Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Weight Limit 100 Pounds Assembly Required Yes Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Corner Bookshelf Item Weight 57.1 Pounds Installation Type Freestanding Weight capacity Maximum weight: 100 Pounds Unit Count 7.0 Count Item Weight 57.1 pounds
    $259.99
    $149.9942% OFF
    Tribesigns logo

    7-Tier Corner Bookshelf, Industrial Corner Etagere...

    Maximize Space - Tidy up your living space with our stylish 7-tier corner shelf. Its corner-fitting design and efficient storage make it the ultimate space-saver. Style Meets Function - This corner shelving unit's striking hexagonal shape, complete with side railings, offers a chic way to prevent clutter. It's a fashionable yet practical solution for organizing your space. Durable & Safe - Constructed with particle board and a black metal frame, this solid bookcase ensures stability. Its safety-anchoring feature and adjustable feet further enhance its steadiness. Easy Assembly - Assembly is quick with our clear instructions and labeled parts. Comes with an 18-month warranty and friendly customer service for all inquiries. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.74" Item Weight 57.1 lbs Packaging Dimensions & Weights 42.13" L x 11.61" W x 10.83" H (61.51 lbs) Installation Guide.pdf Installation Guide Video: .premium-module-3-four-column-images .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-3-four-column-images .item-container img{ width:100%; } .premium-module-3-four-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction:column; } .premium-module-3-four-column-images .img-item a{ position:relative; width:100% height:100%; } .premium-module-3-four-column-images .img-item img{ border-radius:8px; } .premium-module-3-four-column-images .info p{ margin:5px 0; } .premium-module-3-four-column-images .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .premium-module-3-four-column-images .size-2x2 { grid-column: span 2; grid-row: span 2; } .premium-module-3-four-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-3-four-column-images .item-container{ width:100%; } @media screen and (max-width: 767px) { .premium-module-3-four-column-images .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-3-four-column-images .mobile-size-2x2 { grid-column: span 2 !important; grid-row: span 2 !important; } } Space-Saving L-Shape Maximizes corner spaces with efficient dual-sided storage. Hexagonal Guardrails Stylish metal barriers blend safety with industrial chic. Thickened metal frame Improve the weight capacity and stability of the bookshelf Floor-Friendly Feet Adjustable legs prevent scratches on any surface. Product Information Room Type Living Room Number of Shelves 7 Special Feature Durable Product Dimensions 23.6"D x 23.6"W x 78.7"H Style Industrial Age Range (Description) Adult Finish Type Matte Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Weight Limit 100 Pounds Assembly Required Yes Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Corner Bookshelf Item Weight 57.1 Pounds Installation Type Freestanding Weight capacity Maximum weight: 100 Pounds Unit Count 7.0 Count Item Weight 57.1 pounds
    $259.99
    $149.9942% OFF
    Tribesigns logo

    7-Tier Corner Bookshelf, Industrial Corner Etagere...

    Maximize Space - Tidy up your living space with our stylish 7-tier corner shelf. Its corner-fitting design and efficient storage make it the ultimate space-saver. Style Meets Function - This corner shelving unit's striking hexagonal shape, complete with side railings, offers a chic way to prevent clutter. It's a fashionable yet practical solution for organizing your space. Durable & Safe - Constructed with particle board and a black metal frame, this solid bookcase ensures stability. Its safety-anchoring feature and adjustable feet further enhance its steadiness. Easy Assembly - Assembly is quick with our clear instructions and labeled parts. Comes with an 18-month warranty and friendly customer service for all inquiries. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.74" Item Weight 57.1 lbs Packaging Dimensions & Weights 42.13" L x 11.61" W x 10.83" H (61.51 lbs) Installation Guide.pdf Installation Guide Video: .premium-module-3-four-column-images .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-3-four-column-images .item-container img{ width:100%; } .premium-module-3-four-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction:column; } .premium-module-3-four-column-images .img-item a{ position:relative; width:100% height:100%; } .premium-module-3-four-column-images .img-item img{ border-radius:8px; } .premium-module-3-four-column-images .info p{ margin:5px 0; } .premium-module-3-four-column-images .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .premium-module-3-four-column-images .size-2x2 { grid-column: span 2; grid-row: span 2; } .premium-module-3-four-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-3-four-column-images .item-container{ width:100%; } @media screen and (max-width: 767px) { .premium-module-3-four-column-images .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-3-four-column-images .mobile-size-2x2 { grid-column: span 2 !important; grid-row: span 2 !important; } } Space-Saving L-Shape Maximizes corner spaces with efficient dual-sided storage. Hexagonal Guardrails Stylish metal barriers blend safety with industrial chic. Thickened metal frame Improve the weight capacity and stability of the bookshelf Floor-Friendly Feet Adjustable legs prevent scratches on any surface. Product Information Room Type Living Room Number of Shelves 7 Special Feature Durable Product Dimensions 23.6"D x 23.6"W x 78.7"H Style Industrial Age Range (Description) Adult Finish Type Matte Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Weight Limit 100 Pounds Assembly Required Yes Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Corner Bookshelf Item Weight 57.1 Pounds Installation Type Freestanding Weight capacity Maximum weight: 100 Pounds Unit Count 7.0 Count Item Weight 57.1 pounds
    $259.99
    $149.9942% OFF
    Tribesigns logo

    7-Tier Corner Bookshelf, Industrial Corner Etagere...

    Maximize Space - Tidy up your living space with our stylish 7-tier corner shelf. Its corner-fitting design and efficient storage make it the ultimate space-saver. Style Meets Function - This corner shelving unit's striking hexagonal shape, complete with side railings, offers a chic way to prevent clutter. It's a fashionable yet practical solution for organizing your space. Durable & Safe - Constructed with particle board and a black metal frame, this solid bookcase ensures stability. Its safety-anchoring feature and adjustable feet further enhance its steadiness. Easy Assembly - Assembly is quick with our clear instructions and labeled parts. Comes with an 18-month warranty and friendly customer service for all inquiries. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.74" Item Weight 57.1 lbs Packaging Dimensions & Weights 42.13" L x 11.61" W x 10.83" H (61.51 lbs) Installation Guide.pdf Installation Guide Video: .premium-module-3-four-column-images .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-3-four-column-images .item-container img{ width:100%; } .premium-module-3-four-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction:column; } .premium-module-3-four-column-images .img-item a{ position:relative; width:100% height:100%; } .premium-module-3-four-column-images .img-item img{ border-radius:8px; } .premium-module-3-four-column-images .info p{ margin:5px 0; } .premium-module-3-four-column-images .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .premium-module-3-four-column-images .size-2x2 { grid-column: span 2; grid-row: span 2; } .premium-module-3-four-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-3-four-column-images .item-container{ width:100%; } @media screen and (max-width: 767px) { .premium-module-3-four-column-images .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-3-four-column-images .mobile-size-2x2 { grid-column: span 2 !important; grid-row: span 2 !important; } } Space-Saving L-Shape Maximizes corner spaces with efficient dual-sided storage. Hexagonal Guardrails Stylish metal barriers blend safety with industrial chic. Thickened metal frame Improve the weight capacity and stability of the bookshelf Floor-Friendly Feet Adjustable legs prevent scratches on any surface. Product Information Room Type Living Room Number of Shelves 7 Special Feature Durable Product Dimensions 23.6"D x 23.6"W x 78.7"H Style Industrial Age Range (Description) Adult Finish Type Matte Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Weight Limit 100 Pounds Assembly Required Yes Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Corner Bookshelf Item Weight 57.1 Pounds Installation Type Freestanding Weight capacity Maximum weight: 100 Pounds Unit Count 7.0 Count Item Weight 57.1 pounds
    $259.99
    $149.9942% OFF
    Temu logo

    TEMU Estante de almacenamiento debajo de la cama c...

    Precio bajo con envío gratis para usuario nuevo.
    63.10
    18.1371% OFF
    Temu logo

    TEMU 1/2pcs Rack de rangement perçage magnétique, ...

    Profitez de la livraison et du retour gratuits pour les nouveaux utilisateurs
    18.79
    7.4560% OFF
    Temu logo

    TEMU 1pc Support mural pour outils, étagère à outi...

    Profitez de la livraison et du retour gratuits pour les nouveaux utilisateurs
    18.29
    7.9956% OFF
    Temu logo

    TEMU Porte-outils de Jardin en Métal Robuste avec ...

    Profitez de la livraison et du retour gratuits pour les nouveaux utilisateurs
    83.16
    38.5354% OFF
    Temu logo

    TEMU Aerosol Spray Can Storage Rack Garage Bottle ...

    Faster shipping. Better service
    kr523.62
    kr244.2453% OFF
    Temu logo

    TEMU Estante de almacenamiento de cocina colgante ...

    Precio bajo con envío gratis para usuario nuevo.
    604.19
    286.5353% OFF
    Temu logo

    TEMU 1 Stück Bohrhalter Wandhalterung, 4 Ebenen We...

    kostenloser Versand, schnellerer Kundendienst
    86.75
    41.3952% OFF
    Temu logo

    TEMU Stainless Steel Hanging Kitchen Storage Rack ...

    Faster shipping. Better service
    26.79
    13.1051% OFF

    Subscribe to Tribesigns coupon newsletter

    Get notified of offers and coupon codes from Tribesigns before they expire!