Forums

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

Home Forums CSS [Solved] Aligning content in Module div to top

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

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

    I’ve put a module div inside the grid pattern for a header and text, the problem is that i want the text to start from top. The header and icons for the various boxes are not aligned to the top, but dependend on how many lines of text i write ? I’ve tried aligning them to the top but not working ?

    Do you know a good site where i can upload my icons to use in codepen so that the design looks more complete?

    Thanks

    Source

    #151109
    Paulie_D
    Member

    Codepen Pro accounts let you upload assets.

    Otherwise host them on an image hosting site like Photobucket.

    It would also be helpful if you could just trim down your Codepen to the relevant parts…there’s a lot of stuff in there that is probably not relevant.

    #151121
    Source
    Participant

    Sorry about that .

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

    And thanks for the tips!

    #151124
    Paulie_D
    Member

    There’s an error

    .pure-u-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3 {
        margin-top: 5%;
        display: inline-block;
        zoom: 1; *display: inline; 
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top px; <----  here, Remove the px 
        text-rendering: auto;
    }
    
    #151197
    Source
    Participant

    Great, thanks alot !

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