Forums

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

Home Forums CSS begginer question – bootstrap layout: fixing a column while maintaining responsiveness

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45946
    ashtonkinslow
    Participant

    Hello, I’m a beginner so thanks in advance.

    sorry if this is a simple fix, I don’t understand the css position system very well, I normally don’t develop this far front-end.

    I’m using bootstrap for a web layout located [here](http://ashtonkinslow.com/devpreview/ “here”) and I am having some problems. I want the left column with the logo and what not to stay fixed vertically, and keep the content on the right scroll-able.
    I also want the images to adjust their width when the window size shrinks horizontally. Whenever I create a class with fixed position on the left it breaks the image adjustment or the bootstrap scaffolding.

    #140897
    jurotek
    Participant

    Float span5 left, give it position fixed. Float span7 right.

    #140920
    ashtonkinslow
    Participant

    that did the trick.
    I tried that earlier but I think there was additional absolute positioning css messing it up.

    I appreciate it.

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