Site logo

[Resolved] Question on padding and the "grid" that GP uses for columns

Home Forums Support [Resolved] Question on padding and the "grid" that GP uses for columns

Home Forums Support Question on padding and the "grid" that GP uses for columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1061486
    Henry

    Hi All – not strictly a GP question – but – I believe that GP uses the unsemantic grid to make columns.

    Does anyone know how I can remove the padding on the left-hand side of the below image?

    Thanks!

    Site

    Grid

    #1062069
    Leo
    Staff
    Customer Support

    Hi there,

    Try removing the grid-container first then add this CSS:

    .grid-33 {
        padding-left: 0;
    }

    Make sure you see my suggestions here:
    https://generatepress.com/forums/topic/line-break-clear-float-after-columns-two-questions/#post-1062059

    #1063461
    Henry

    Thanks very much – worked great

    #1063465
    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.