Title: Baseline Grid
Last modified: November 11, 2020

---

# Baseline Grid

 *  Resolved [Christiaan van Luik](https://wordpress.org/support/users/cvl01/)
 * (@cvl01)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/baseline-grid/)
 * In practice, the baseline grid frequently doesn’t work for me because it is behind
   the sections, so if you set a background, it does not work.
 * I suggest you add the styling to the ::before element instead, to make sure it
   is always visible. See this code for reference:
 *     ```
       body {
        position: relative;
       }
       body.elementor-editor-active::before {
        background-image:repeating-linear-gradient(90deg, var( --e-global-color-accent ), var( --e-global-color-accent ) 1px, transparent 1px, transparent 17px);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 99999;
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Oooh Boi](https://wordpress.org/support/users/ooohboi/)
 * (@ooohboi)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/baseline-grid/#post-13648358)
 * Yes, that definitely makes sense! I’ll fix it with the next update, thanks!

Viewing 1 replies (of 1 total)

The topic ‘Baseline Grid’ is closed to new replies.

 * ![](https://ps.w.org/ooohboi-steroids-for-elementor/assets/icon-256x256.png?rev
   =2778171)
 * [OoohBoi Steroids for Elementor](https://wordpress.org/plugins/ooohboi-steroids-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ooohboi-steroids-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ooohboi-steroids-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/ooohboi-steroids-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ooohboi-steroids-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ooohboi-steroids-for-elementor/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Oooh Boi](https://wordpress.org/support/users/ooohboi/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/baseline-grid/#post-13648358)
 * Status: resolved