[Resolved] Section + Lightweight Grid Columns

Home Forums Support [Resolved] Section + Lightweight Grid Columns

Home Forums Support Section + Lightweight Grid Columns

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #487493
    Feri

    previously between column “DEPARTMENT” etc have a space when viewed at mobile device https://postimg.org/image/nlocytwt7/

    #487811
    Tom
    Lead Developer
    Lead Developer

    Strange, try adding this:

    @media (max-width: 768px) {
        .lgc-column {
            margin-bottom: 20px;
        }
    
        .inside-grid-column {
            margin-bottom: 0;
        }
    }
    #488051
    Feri

    wow ok it works. thank you so much, tom.

    oh if you dont mind please kindly delete/make private the screenshoot (leo’s post)

    https://generatepress.com/forums/topic/section-lightweight-grid-columns/#post-487490

    thank you for your support

    #488096
    Leo
    Staff
    Customer Support

    I just did 🙂

    Glad it’s working.

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