Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


LAURASTAR JEANETTE SLEEVE BOARD

This small, narrow ironing board is specially designed for ironing shirt sleeves, children’s clothes, and other items. Designed to be used on top of regular-sized ironing boards.

  • Dimensions of Board Surface: 19 x 4.7 inches
  • Height: 4 inches
  • Weight: 1.2 lbs.
  • Composition: 100% Cotton Cover Material, 100% Polyester Foam Padding

window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));