Forums

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

Home Forums Design Noob question: Grid layouts

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

    Forgive the inexperienced question with regard to grid layouts as I’m just beginning to learn about it (and I loathe writing CSS).

    I’ve seen a lot of visual examples of what grid layouts can do but so far I have not seen one incorporate fixed positioning elements. My question is, can grid layouts support a fixed sidebar? If so, would it make the layout much more complicated? I may just be overthinking or haven’t done enough research in general.

    I was attempting to do a fixed sidebar on this pen here but things went haywire.

    http://codepen.io/chrisburton/full/Npweje/

    Also, if anyone has any resources to better understand grid layouts in general, link me!

    #266631
    Paulie_D
    Member

    That Codepen link is a 404.

    Without knowing more about what it is you are trying to achieve it’s hard to comment but any fixed position element will NOT related to CSS-Grid…it only relates to the viewport.

    So it will ignore the container’s display:grid property.

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