[Resolved] Possible Bug With Paragraph Margin When Using LGC

Home Forums Support [Resolved] Possible Bug With Paragraph Margin When Using LGC

Home Forums Support Possible Bug With Paragraph Margin When Using LGC

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #292969
    David Sutherland

    Hello Tom… Might of discovered a bug. It seems that the Paragraph Margin controls don’t work on paragraphs inside columns made with Lightweight Grid Columns. See screenshot.

    Screenshot

    Hope This Is Helpful,
    Dave

    #292980
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This is due to the LGC paragraphs having a more specific class than GP.

    You can adjust it manually like this:

    .lgc-column p {
        margin-bottom: 1.5em;
    }
    #292983
    David Sutherland

    Got it… But do really like the ease of use with how you have things set up with the customizer, great job.

    Any plans to more seamlessly integrate LGC so this type of issue would be resolved?

    #293151
    Tom
    Lead Developer
    Lead Developer

    Most likely not – it would require adding the specific CSS selectors for LGC into the theme, which would contribute to bloat (not everyone uses LGC).

    That being said, removing the custom paragraph margin from LGC so the theme handles it might be something I will do.

    #293192
    David Sutherland

    Thanks Tom… The LGC approach is so clean and simple, further integration would just be the icing on the cake.

    Kind Regards,
    Dave

    #293224
    Tom
    Lead Developer
    Lead Developer

    Appreciate the suggestion! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.