{"id":11118023,"date":"2026-05-18T15:43:45","date_gmt":"2026-05-18T10:13:45","guid":{"rendered":"https:\/\/sewguide.com\/?p=11118023"},"modified":"2026-06-07T12:25:19","modified_gmt":"2026-06-07T06:55:19","slug":"sewing-with-cotton-knits","status":"publish","type":"post","link":"https:\/\/sewguide.com\/sewing-with-cotton-knits\/","title":{"rendered":"Sewing with Cotton Knits"},"content":{"rendered":"\n<p>To tell you the truth, I have a love-hate relationship with cotton knits. I do not have a serger and with experience, I will compare them to a &#8220;toxic ex&#8221; &#8211; who we know will cause drama and trauma, but we keep going back because they make you look good. There is a saying in our place &#8211; it is something so sweet you cannot spit it out nor can you swallow it because it is so bitter. As a sewist I dread sewing with these <a href=\"https:\/\/sewguide.com\/stretchy-fabric\/\" data-type=\"page\" data-id=\"18224\">stretchy kinds of fabrics<\/a> but, as a wearer of clothes, there is no avoiding it.<\/p><div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 counter-flat ez-toc-counter ez-toc-white ez-toc-container-direction\">\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Cotton_Jersey\" >Cotton Jersey<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Rib_Knits\" >Rib Knits<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#French_Terry\" >French Terry<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Interlock_Knits\" >Interlock Knits<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#CottonModal_Knit\" >Cotton\/Modal Knit<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Cotton_Lycra\" >Cotton Lycra<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Slub_Knit\" >Slub Knit<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Sweater_Knit\" >Sweater Knit<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Double_Knit\" >Double Knit<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#French_Yarn_Dye\" >French Yarn Dye<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Prewashing\" >Prewashing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-12\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Using_the_correct_needle_and_thread\" >Using the correct needle and thread<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-13\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Interfacing\" >Interfacing.<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-14\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/#Sewing_machine_settings\" >Sewing machine settings<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n\n<p>Especially so if you have a clothing business. Anything people love wearing like comfy tanks and tees, leggings , pajamas, baby clothes, or workout gear, cardigans and skirts &#8211; you name it, people love it in cotton knits. By using the correct needle, adjusting the stitch type \/ length and if possible presser foot pressure and using proper stabilizer you can sew all that and not get bitter about sewing altogether. One major warning from experience &#8211; do not pull the fabric as you sew; it will stretch out of shape.<\/p>\n\n\n\n<div class=\"knit-gallery-wrapper\">\n    <style>\n        \/* Scoped to prevent interference with GeneratePress theme *\/\n        .knit-gallery-wrapper {\n            width: 100%;\n            margin: 2rem 0;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        }\n\n        .knit-grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n        }\n\n        .knit-item {\n            background: #ffffff;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #f0f0f0;\n        }\n\n        .knit-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.12);\n        }\n\n        .knit-image-box {\n            width: 100%;\n            aspect-ratio: 1 \/ 1; \/* Keeps images perfectly square *\/\n            background-color: #f7f7f7;\n            overflow: hidden;\n        }\n\n        .knit-image-box img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover; \/* Crops image to square without stretching *\/\n            display: block;\n        }\n\n        .knit-content {\n            padding: 15px;\n            text-align: left;\n        }\n\n        .knit-name {\n            font-weight: 800;\n            color: #2c3e50;\n            text-transform: uppercase;\n            font-size: 0.9rem;\n            margin-right: 8px;\n        }\n\n        .knit-description {\n            font-size: 0.85rem;\n            color: #57606f;\n            display: inline; \/* Forces description to stay on one line with name *\/\n        }\n\n        \/* Mobile Adjustments *\/\n        @media (max-width: 800px) {\n            .knit-grid-3 { grid-template-columns: 1fr; }\n            .knit-item { margin-bottom: 15px; }\n        }\n    <\/style>\n\n    <div class=\"knit-grid-3\">\n        <!-- Tricot -->\n        <div class=\"knit-item\">\n            <div class=\"knit-image-box\">\n                <img decoding=\"async\" src=\"https:\/\/sewguide.com\/wp-content\/uploads\/2026\/05\/tricot-knit-cotton.jpg\" alt=\"Tricot Knit Fabric\">\n            <\/div>\n            <div class=\"knit-content\">\n                <span class=\"knit-name\">Tricot:<\/span>\n                <p class=\"knit-description\">A fine, warp-knit fabric with a smooth face and textured back, used for athletic wear and linings.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Single Jersey -->\n        <div class=\"knit-item\">\n            <div class=\"knit-image-box\">\n                <img decoding=\"async\" src=\"https:\/\/sewguide.com\/wp-content\/uploads\/2026\/05\/single-jersey-knit-cotton.jpg\" alt=\"Single Jersey Fabric\">\n            <\/div>\n            <div class=\"knit-content\">\n                <span class=\"knit-name\">Single Jersey:<\/span>\n                <p class=\"knit-description\">A lightweight, stretchy knit with a distinct smooth side, primarily used for comfortable t-shirts.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Heavy Knit -->\n        <div class=\"knit-item\">\n            <div class=\"knit-image-box\">\n                <img decoding=\"async\" src=\"https:\/\/sewguide.com\/wp-content\/uploads\/2026\/05\/heavy-knits.jpg\" alt=\"Heavy Knit Fabric\">\n            <\/div>\n            <div class=\"knit-content\">\n                <span class=\"knit-name\">Heavy Knit:<\/span>\n                <p class=\"knit-description\">A substantial, thick fabric with high insulation, ideal for structured winter cardigans and coats.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<p>But, how do we sew with these on our sewing machines without fabric disappearing into the pit, or<a href=\"https:\/\/sewguide.com\/sewing-machine-thread-breaks\/\" data-type=\"post\" data-id=\"11102130\"> thread breaking<\/a> every 15 seconds or the fabric looking like a plucked chicken?. <\/p>\n\n\n\n<p>The secret is in the peripherals &#8211; I mean, the needles, interfacing, presser foot and the other stuff we use with the fabrics. <\/p>\n\n\n\n<p>The most used cotton knits are Cotton Jersey knit, Rib Knits, French Terry \/ Terrycloth knit, Interlock knits,<br>Cotton\/Modal Knit, Cotton Lycra knits, Slub Knit, Sweater Knit, Double Knit and French yarn dye knits. None of them are similar in their drape, weight and thickness. <\/p>\n\n\n\n<p>Here is a chart showing the main points to deal with these fabrics, their thickness, drape and the sewing details in a nutshell. According to textile classification methods, cotton knits belong to the category of natural fiber knitted textiles. Read more about <a href=\"https:\/\/sewguide.com\/what-is-textile\/\">textile classification and textile types here<\/a>.<\/p>Read on to find more details about the specific types of cotton knits.<\/p>\n\n\n\n<!-- MODERN SCOPED FABRIC GUIDE -->\n<div class=\"modern-fabric-wrap\">\n    <style>\n        \/* Scoped to prevent site-wide layout changes *\/\n        .modern-fabric-wrap {\n            width: 100%;\n            max-width: 1100px;\n            margin: 2rem auto;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n            color: #2d3436;\n            line-height: 1.6;\n        }\n\n        .modern-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 24px;\n        }\n\n        \/* Modern Card Design *\/\n        .fabric-card {\n            background: #ffffff;\n            border-radius: 12px;\n            padding: 24px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n            border: 1px solid #f0f0f0;\n            transition: transform 0.2s ease, box-shadow 0.2s ease;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .fabric-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .fabric-caption {\n            font-size: 1.25rem;\n            font-weight: 800;\n            color: #2c3e50;\n            margin: 0 0 16px 0;\n            padding-bottom: 8px;\n            border-bottom: 3px solid #e67e22; \/* Modern Orange Accent *\/\n            display: inline-block;\n            align-self: flex-start;\n        }\n\n        .label-pill {\n            display: inline-block;\n            background: #f1f2f6;\n            color: #57606f;\n            text-transform: uppercase;\n            font-size: 0.7rem;\n            font-weight: 700;\n            padding: 2px 8px;\n            border-radius: 4px;\n            margin-top: 16px;\n            margin-bottom: 4px;\n        }\n\n        .detail-text {\n            margin: 0;\n            font-size: 0.95rem;\n            color: #4a4a4a;\n        }\n\n        .detail-text strong {\n            color: #2d3436;\n        }\n\n        \/* Mobile View *\/\n        @media (max-width: 768px) {\n            .modern-grid {\n                grid-template-columns: 1fr;\n            }\n            .modern-fabric-wrap {\n                padding: 0 15px;\n            }\n        }\n    <\/style>\n\n    <div class=\"modern-grid\">\n        <!-- Cotton Jersey -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"Cotton_Jersey\"><\/span>Cotton Jersey<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Thin. <strong>Weight:<\/strong> Light to Mid. <strong>Drape:<\/strong> Soft and fluid with moderate stretch.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Handle gently to avoid curling edges. Use ballpoint needles. For thin cotton jersey use 70\/10 sewing machine needle. <strong>Interfacing:<\/strong>  Light-weight knit fusible tricot interfacing.<\/p>\n        <\/article>\n\n        <!-- Rib Knits -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"Rib_Knits\"><\/span>Rib Knits<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Medium. <strong>Weight:<\/strong> Mid-weight. <strong>Drape:<\/strong> High elasticity with vertical ridges; excellent recovery.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Use a walking foot. Sewing needle: 80\/12. If possible, turn the pressure dial down to stop &#8220;squishing&#8221; the ribbing flat. Seams do not require finishing, as the fabric does not ravel.<strong>Interfacing:<\/strong> Clear elastic or knit stay-tape.<\/p>\n        <\/article>\n\n        <!-- French Terry -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"French_Terry\"><\/span>French Terry<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Medium-Thick. <strong>Weight:<\/strong> Heavy. <strong>Drape:<\/strong> Structured with looped back texture.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Serge or zigzag edges to prevent loop shedding. Decrease tension slightly. <strong>Interfacing:<\/strong> Medium-weight fusible knit stay tape.<\/p>\n        <\/article>\n\n        <!-- Interlock -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"Interlock_Knits\"><\/span>Interlock Knits<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Thick. <strong>Weight:<\/strong> Mid-to-Heavy. <strong>Drape:<\/strong> Stable, firm, and looks same on both sides.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Very stable; easy to sew as it does not curl. Use a standard stretch stitch. Sewing needle: 80\/12. <strong>Interfacing:<\/strong> Lightweight woven fusible.<\/p>\n        <\/article>\n\n        <!-- Cotton\/Modal -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"CottonModal_Knit\"><\/span>Cotton\/Modal Knit<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Very Thin. <strong>Weight:<\/strong> Very Light. <strong>Drape:<\/strong> High, silky, &#8220;liquid&#8221; drape; slippery texture.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Needle: 70\/10; Use plenty of clips and a fine microtex needle to avoid snags. <strong>Interfacing:<\/strong> Sheer-weight fusible tricot.<\/p>\n        <\/article>\n\n        <!-- Cotton Lycra -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"Cotton_Lycra\"><\/span>Cotton Lycra<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Medium. <strong>Weight:<\/strong> Mid-weight. <strong>Drape:<\/strong> Snug fit with high 4-way stretch and recovery.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Requires a 4-thread serger or narrow zigzag. Use a 11\/75 or a 80\/12 needle &#8211; stretch or Jersey needles are better. <strong>Interfacing:<\/strong> All-way stretch fusible.<\/p>\n        <\/article>\n\n        <!-- Slub Knit -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"Slub_Knit\"><\/span>Slub Knit<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Varied. <strong>Weight:<\/strong> Light. <strong>Drape:<\/strong> Casual, breezy, and slightly sheer.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Needle: 70\/10; Avoid high-tension stitches that may pull at the thinner sections. <strong>Interfacing:<\/strong> &#8216;Whisper&#8217; weight weft-insertion.<\/p>\n        <\/article>\n\n        <!-- Sweater Knit -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"Sweater_Knit\"><\/span>Sweater Knit<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Very Thick. <strong>Weight:<\/strong> Heavy. <strong>Drape:<\/strong> Chunky, soft, and very warm.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Always stabilize shoulder seams. Use a long stitch length. Use 90\/14 needle. <strong>Interfacing:<\/strong> Heavy-duty knit fusible or twill tape.<\/p>\n        <\/article>\n\n        <!-- Double Knit -->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"Double_Knit\"><\/span>Double Knit<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Thick. <strong>Weight:<\/strong> Heavy. <strong>Drape:<\/strong> Stiff, structured, and very low stretch.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">Similar to sewing woven fabrics. Use a size 90\/14 needle. <strong>Interfacing:<\/strong> Firm knit interfacing or woven lightweight.<\/p>\n        <\/article>\n\n        <!-- French Yarn Dye knits-->\n        <article class=\"fabric-card\">\n            <h2 class=\"fabric-caption\"><span class=\"ez-toc-section\" id=\"French_Yarn_Dye\"><\/span>French Yarn Dye<span class=\"ez-toc-section-end\"><\/span><\/h2>\n            <span class=\"label-pill\">Speciality<\/span>\n            <p class=\"detail-text\"><strong>Thickness:<\/strong> Medium. <strong>Weight:<\/strong> Mid-weight. <strong>Drape:<\/strong> Soft but holds shape; patterns are woven in.<\/p>\n            <span class=\"label-pill\">How to Sew<\/span>\n            <p class=\"detail-text\">These are premium knits with the fibers dyed before they are made into the fabric. Align stripes\/patterns during cutting and pinning. Use 80\/12 or 75\/11 needle. <strong>Interfacing:<\/strong> Standard knit stay tape for necklines.<\/p>\n        <\/article>\n    <\/div>\n<\/div>\n\n\n\n<p>There are some common rules of sewing cotton knits. The first one is totally unavoidable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Prewashing\"><\/span>Prewashing <span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>All cotton shrink. Even the ones with spandex fibers. So before you even thinking of picking up the scissors, prewash. Preferably in warm water. Do not use bleach, especially on the ones with spandex. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Using_the_correct_needle_and_thread\"><\/span><strong>Using the correct needle and thread<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The most common problem when sewing with knits is skipping stitches. And it can usually be solved by using the ballpoint needle (some call it the Jersey needle) of size 12\/80.<\/p>\n\n\n\n<p>I use polyester thread. You can also use cotton-poly blend thread, which will be perfect. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Interfacing\"><\/span><strong>Interfacing. <\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>You do not need to interface knits like you do cotton wovens. But some areas like the collars may need some reinforcement. Regular interfacing cannot be used with cotton knits, as they kill stretch. The basic rule to follow is to match the stretch of the interfacing to the cotton knit you are using it on.<\/p>\n\n\n\n<p>Experts recommend using light-weight knit fusible tricot interfacing. Swimwear mesh is another choice and need not be ironed on the fabric, which can interfere with the drape. <\/p>\n\n\n\n<div class=\"knit-row-wrapper\">\n    <style>\n        \/* Scoped styles to protect your GeneratePress layout *\/\n        .knit-row-wrapper {\n            width: 100%;\n            margin: 25px 0;\n            clear: both;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        }\n\n        .knit-grid-layout {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Forced 3-column horizontal row *\/\n            gap: 15px;\n        }\n\n        .knit-card-item {\n            background: #ffffff;\n            border: 1px solid #eef0f2;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.04);\n            display: flex;\n            flex-direction: column;\n            transition: transform 0.2s ease;\n        }\n\n        .knit-card-item:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n        }\n\n        .knit-img-frame {\n            width: 100%;\n            aspect-ratio: 1 \/ 1; \/* Forces square shape *\/\n            background: #f7f8f9;\n        }\n\n        .knit-img-frame img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* The \"One Line\" rule *\/\n        .knit-label-bar {\n            padding: 12px;\n            font-size: 0.82rem;\n            white-space: nowrap; \/* Prevents text from going to a second line *\/\n            overflow: hidden;\n            text-overflow: ellipsis; \/* Adds ... if the sentence is too long *\/\n            background: #fff;\n        }\n\n        .knit-label-name {\n            font-weight: 800;\n            color: #2c3e50;\n            text-transform: uppercase;\n            margin-right: 6px;\n        }\n\n        .knit-label-desc {\n            color: #57606f;\n        }\n\n        \/* Responsive: Only stacks on mobile phones *\/\n        @media (max-width: 650px) {\n            .knit-grid-layout {\n                grid-template-columns: 1fr;\n            }\n            .knit-label-bar {\n                white-space: normal; \/* Allows wrapping on phones for readability *\/\n            }\n        }\n    <\/style>\n\n    <div class=\"knit-grid-layout\">\n        <!-- Rib Knit Fabric -->\n        <div class=\"knit-card-item\">\n            <div class=\"knit-img-frame\">\n                <img decoding=\"async\" src=\"https:\/\/sewguide.com\/wp-content\/uploads\/2026\/05\/rib-knits.jpg\" alt=\"Rib Knit Fabric\">\n            <\/div>\n            <div class=\"knit-label-bar\">\n                <span class=\"knit-label-name\">Rib Knit<\/span>\n            <\/div>\n        <\/div>\n\n        <!-- Crochet Knit (Warp Knit) -->\n        <div class=\"knit-card-item\">\n            <div class=\"knit-img-frame\">\n                <img decoding=\"async\" src=\"https:\/\/sewguide.com\/wp-content\/uploads\/2026\/05\/knit-fabrics-cotton.png\" alt=\"Crochet Knit Fabric\">\n            <\/div>\n            <div class=\"knit-label-bar\">\n                <span class=\"knit-label-name\">Crochet Knit<\/span>\n                \n            <\/div>\n        <\/div>\n\n        <!-- Single Weft Knit -->\n        <div class=\"knit-card-item\">\n            <div class=\"knit-img-frame\">\n                <img decoding=\"async\" src=\"https:\/\/sewguide.com\/wp-content\/uploads\/2026\/05\/single-weft-knit.jpg\" alt=\"Single Weft Knit Fabric\">\n            <\/div>\n            <div class=\"knit-label-bar\">\n                <span class=\"knit-label-name\">Single Weft<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Sewing_machine_settings\"><\/span><strong>Sewing machine settings<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>I am assumung that you do not have the serger. Sergers make cotton knit sewing easy and you wouldnt have read this much further. <\/p>\n\n\n\n<p>If you only have a regular sewing machine, use the zigzag stitch. Using the straight stitch is a guarantee for failure &#8211; the stitches will pop, just out of the sewing machine. You wouln&#8217;t even have to wear the dress. <\/p>\n\n\n\n<p>A tight width of 1.5  would be good for the zig zag stitch on all these knits. As for length go for a medium length &#8211; for me this is 2. <\/p>\n\n\n\n<!-- SCOPED MODERN SEWING GUIDE: THEME COLOR #cfe3e4 -->\n<div class=\"fs-guide-container\">\n    <style>\n        .fs-guide-container {\n            width: 100%;\n            margin: 25px 0;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n            color: #2c3e50;\n        }\n\n        .fs-grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n        }\n\n        .fs-card {\n            background: #ffffff;\n            border-radius: 12px;\n            padding: 20px;\n            \/* Using theme color #cfe3e4 for a subtle modern border *\/\n            border: 2px solid #cfe3e4;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.03);\n            display: flex;\n            flex-direction: column;\n            transition: transform 0.2s ease;\n        }\n\n        .fs-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0,0,0,0.06);\n        }\n\n        .fs-header {\n            \/* Using theme color #cfe3e4 as a background for the title area *\/\n            background-color: #cfe3e4;\n            margin: -20px -20px 15px -20px;\n            padding: 12px 20px;\n            border-radius: 10px 10px 0 0;\n            font-weight: 800;\n            font-size: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .fs-label {\n            display: block;\n            font-weight: 700;\n            font-size: 0.7rem;\n            color: #7f8c8d;\n            text-transform: uppercase;\n            margin-top: 10px;\n        }\n\n        .fs-detail {\n            font-size: 0.88rem;\n            line-height: 1.4;\n            margin: 4px 0 10px 0;\n            color: #444;\n        }\n\n        .fs-detail strong {\n            color: #2c3e50;\n        }\n\n        \/* Responsive Fixes *\/\n        @media (max-width: 900px) {\n            .fs-grid-3 { grid-template-columns: 1fr 1fr; }\n        }\n        @media (max-width: 600px) {\n            .fs-grid-3 { grid-template-columns: 1fr; }\n        }\n    <\/style>\n\n    <div class=\"fs-grid-3\">\n        <!-- Crochet Knit -->\n        <article class=\"fs-card\">\n            <div class=\"fs-header\">Crochet Knit (Warp)<\/div>\n            \n            <span class=\"fs-label\">Speciality:<\/span>\n            <p class=\"fs-detail\">Open, lace-like stable structure; run-resistant warp knit.<\/p>\n            \n            <span class=\"fs-label\">How to Sew:<\/span>\n            <p class=\"fs-detail\">\n                <strong>Needle:<\/strong> 80\/12 Ballpoint.<br>\n                <strong>Interfacing:<\/strong> Stay-tape or clear elastic in seams.\n            <\/p>\n        <\/article>\n\n        <!-- Tricot Knit -->\n        <article class=\"fs-card\">\n            <div class=\"fs-header\">Tricot Knit (Warp)<\/div>\n            \n            <span class=\"fs-label\">Speciality:<\/span>\n            <p class=\"fs-detail\">Lightweight, smooth, and run-resistant with high cross-stretch.<\/p>\n            \n            <span class=\"fs-label\">How to Sew:<\/span>\n            <p class=\"fs-detail\">\n                <strong>Needle:<\/strong> 70\/10 Ballpoint.<br>\n                <strong>Interfacing:<\/strong> Ultra-lightweight sheer tricot fusible.\n            <\/p>\n        <\/article>\n\n        <!-- Pique Knit -->\n        <article class=\"fs-card\">\n            <div class=\"fs-header\">Pique Knit (Weft)<\/div>\n            \n            <span class=\"fs-label\">Speciality:<\/span>\n            <p class=\"fs-detail\">Geometric honeycomb texture; breathable and highly stable.<\/p>\n            \n            <span class=\"fs-label\">How to Sew:<\/span>\n            <p class=\"fs-detail\">\n                <strong>Needle:<\/strong> 80\/12 Ballpoint.<br>\n                <strong>Interfacing:<\/strong> Lightweight woven or knit fusible.\n            <\/p>\n        <\/article>\n    <\/div>\n<\/div>\n<!-- SCOPED GUIDE END -->\n\n\n\n<p>When sewing hems, the best is to use a twin needle to get that store bought look.  The twin needle creates a double line stitch which looks like a coverstitch. Use Stretch twin needles, of size 2.5\/75 and 4.0\/75 for this on thin fabrics like cotton lycra and cotton jersey. <\/p>\n\n\n\n<p>And as for the presser foot, do not use just the zig zag foot, go for a Walking Foot. If you can, try reducing the pressure of the presser foot.<\/p>\n\n\n\n<p>This is the most standard setting for cotton knits. If you want for specific fabrics, refer the table above.<\/p>\n\n\n\n<table style=\"border-collapse:collapse;width:100%;font-family:Arial,sans-serif;\">\n<thead>\n<tr style=\"background:#cfe3e4;\">\n<th style=\"padding:10px;border:1px solid #b7d1d2;\">Setting<\/th>\n<th style=\"padding:10px;border:1px solid #b7d1d2;\">Recommended Value<\/th>\n<th style=\"padding:10px;border:1px solid #b7d1d2;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Needle<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">75\/11 Ballpoint<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Prevents loop damage<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Thread<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Polyester all-purpose<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Better recovery\/stretch<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Stitch Length<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">2.8\u20133.2 mm<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Prevents compression ripples<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Presser Pressure<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Reduced 20\u201340%<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Stops stretching while feeding<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Stabilizer<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Wash-away or clear elastic<\/td>\n<td style=\"padding:10px;border:1px solid #d9e7e8;\">Controls seam growth<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<p class=\"has-base-background-color has-background\">When you start sewing, to prevent the needle plate eating the material , use  a  Leaders cloth, a scrap piece of fabric you start sewing on before hitting your actual fabric. It is a life saver, if you have this issue.<\/p>\n\n\n\n<p>Do not let these instructions and care warnings scare you from making things with some of the most comfortable fabrics on earth. Here is a list of the things you can sew with these materials<\/p>\n\n\n\n<div class=\"fb-container\">\n    <style>\n        .fb-container {\n            width: 100%;\n            margin: 0 auto;\n            font-family: sans-serif;\n        }\n        .fb-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px;\n        }\n        .fb-box {\n            border: 1px solid #ddd;\n            padding: 12px;\n            border-radius: 5px;\n            background: #fff;\n        }\n        .fb-title {\n            display: block;\n            font-weight: bold;\n            font-size: 0.9rem;\n            color: #333;\n            margin-bottom: 5px;\n            text-transform: uppercase;\n        }\n        .fb-text {\n            font-size: 0.85rem;\n            color: #555;\n            margin: 0;\n            line-height: 1.4;\n        }\n        @media (max-width: 600px) {\n            .fb-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n\n    <div class=\"fb-grid\">\n        <!-- Rib Knits Section -->\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton 1&#215;1 Rib<\/span>\n            <p class=\"fb-text\">This fabric is used to create delicate necklines, lightweight camisoles, and snug baby garments.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton 2&#215;2 Rib<\/span>\n            <p class=\"fb-text\">It is the best choice for standard sleeve cuffs, waistbands, and fitted tank tops.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton 3&#215;3 Rib<\/span>\n            <p class=\"fb-text\">Use this for chunky beanies, statement sweater cuffs, and heavy cardigans.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Wide Rib<\/span>\n            <p class=\"fb-text\">This is perfect for making retro-style turtlenecks and textured midi-length skirts.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Micro Rib<\/span>\n            <p class=\"fb-text\">It works best for fine layering pieces and lightweight, form-fitting tees.<\/p>\n        <\/div>\n\n        <!-- Other Knits -->\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton French Terry<\/span>\n            <p class=\"fb-text\">This is used for making cozy joggers, hoodies, and casual lounge sweatshirts.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Interlock<\/span>\n            <p class=\"fb-text\">It is ideal for high-quality polo shirts, baby sleepsuits, and stable knit tops.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Modal Knit<\/span>\n            <p class=\"fb-text\">Best for form fitting clothes. Make camisoles, drapey tunics, luxury nightgowns, and flowy maxi dresses with this silky fabric.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Lycra<\/span>\n            <p class=\"fb-text\">This is used for athletic leggings, bicycle shorts, and fitted headbands.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Organic Jersey<\/span>\n            <p class=\"fb-text\">Use this for eco-friendly t-shirts, baby onesies, and soft everyday basics.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Slub Knit<\/span>\n            <p class=\"fb-text\">It creates textured fashion tees and relaxed layering sweaters for summer.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Sweater Knit<\/span>\n            <p class=\"fb-text\">This is used to make chunky pullovers, oversized ponchos, and winter scarves.<\/p>\n        <\/div>\n        <div class=\"fb-box\">\n            <span class=\"fb-title\">Cotton Double Knit<\/span>\n            <p class=\"fb-text\">It is perfect for structured blazers, work trousers, and tailored pencil skirts.<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<p class=\"has-accent-background-color has-background\">Related posts: <a href=\"https:\/\/sewguide.com\/embroidering-letters-on-t-shirts\/\" data-type=\"post\" data-id=\"11118461\">Embroidering letters on your cotton knit tshirts<\/a> &#8211; the 4 easy ways (without an embroidery machine); <strong><a href=\"https:\/\/sewguide.com\/cotton-fabric\/\" data-type=\"page\" data-id=\"11841\">All about cotton fabric types <\/a><\/strong> ;<a href=\"https:\/\/sewguide.com\/sewing-cotton-fabric\/\">Sewing tips for Woven cotton fabric<\/a>; <a href=\"https:\/\/sewguide.com\/cotton-fabric\/how-is-cotton-fabric-made\/\" data-type=\"page\" data-id=\"40237\">How is cotton made<\/a><\/p>\n\n\n\n<div class=\"wp-block-group is-layout-grid wp-container-core-group-is-layout-a50603d2 wp-block-group-is-layout-grid\">\n<a class=\"gb-button gb-button-273746ba gb-button-text\" href=\"https:\/\/sewguide.com\/sewing-tutorials\/sewing-methods-techniques\/\"><strong>Sewing tips &amp; techniques<\/strong><\/a>\n\n\n\n<a class=\"gb-button gb-button-bc43f1bd gb-button-text\" href=\"https:\/\/sewguide.com\/sewing-tutorials\/fabric-sewing-tips\/\"><strong>More fabric sewing articles<\/strong><\/a>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>To tell you the truth, I have a love-hate relationship with cotton knits. I do not have a serger and with experience, I will compare them to a &#8220;toxic ex&#8221; &#8211; who we know will cause drama and trauma, but we keep going back because they make you look good. There is a saying in &#8230; <a title=\"Sewing with Cotton Knits\" class=\"read-more\" href=\"https:\/\/sewguide.com\/sewing-with-cotton-knits\/\" aria-label=\"Read more about Sewing with Cotton Knits\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":11118048,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[114],"tags":[],"class_list":["post-11118023","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-fabric-sewing-tips"],"_links":{"self":[{"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/posts\/11118023","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/comments?post=11118023"}],"version-history":[{"count":0,"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/posts\/11118023\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/media\/11118048"}],"wp:attachment":[{"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/media?parent=11118023"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/categories?post=11118023"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sewguide.com\/wp-json\/wp\/v2\/tags?post=11118023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}