[Resolved] columns: text before columns is further on the left

Home Forums Support [Resolved] columns: text before columns is further on the left

Home Forums Support columns: text before columns is further on the left

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #547985
    Annika

    Hi,
    I really like your columns plugin.
    But I have one issue with it when using 3 columns: the text before the columns (e.g. the headline “Mein Angebot”) is a bit further on the left side. It should be aligned with the left column.
    Do you know what I mean?
    Thanks,
    Annika

    #548486
    Leo
    Staff
    Customer Support

    Hi there,

    That’s because there is a bit of padding in each column.

    You can remove it with this CSS:

    #generate-section-3 .lgc-first .inside-grid-column {
        padding-left: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #549096
    Annika

    That worked perfectly, Leo. Thanks a lot!

    #549553
    Leo
    Staff
    Customer Support

    No problem!

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