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

Heart Table Runner for Beginners to Advanced! - GLENDALE - Tues., Jan. 13 @ 10:00 a.m.

Join in a day of sewing, fun, and encouragement as we put together this fun-loving heart table runner! Use a few fabrics, or a lot of different fabrics and make your heart design to fit your personality. Learn basic sewing and cutting tips and hints to make this fast and easy. Two layouts possible in this class – Beginner easy (only hearts) or slightly harder and make 2 different blocks in Heart Strings.

Binding Basics - GLENDALE - Tues., Jan 27 @ 10:00 a.m.

Struggling with finishing your quilts and table runners? Not happy with those corners? Or you just don’t know where to start? This class is a Basics on Binding those edges. Discussions on the many questions that arise, along with hands-on making binding and two ways to complete that is what this class is all about.


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'));