Fix Bootstrap Column

Asked

Viewed 982 times

-1

Hello,

I have 2 columns, one with a col3 and one with a col9. I would like the col9 to be fixed and the col3 to be rolled.

How can I do it with bootstrap?

  • When you say fixa you mean no scroll bar?

  • @Gerep, I mean, I have 2 Ivs, one of them has a lot of content (a list of 100 lines) and the other has only 1. I want the column with 1 to stay fixed while the second one goes down when going to the scroll bar

1 answer

0


You can try adding the attribute "Fixed" in the div

Ex:

<div class="col3"></div>
<div class="col9 fixed"></div>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.