Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [SOLVED]Gutter / Padding to grids

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149832
    Source
    Participant

    http://codepen.io/Sourceone/pen/uKwEh

    I read ,and watched the Dont Overthink It Grids post, which was helpful yet im struggling to figure out where to apply the gutter padding, in order to make each column smaller in width to make them spacious. I added a module to each div but the padding didnt take effect ?

    i added a :

        .pure-g-r { 
    
        **padding-left: 25px;   **      //changes
        letter-spacing: -0.31em; 
        *letter-spacing: normal; 
        word-spacing: -0.40em; 
    }
    

    Hope that makes sense !

    Source

    #149834
    Source
    Participant

    I had to add a padding em to the module, for those who happen to care.

    .module { padding: 3em; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.