P
P
Pavel2019-02-28 10:09:12
Bootstrap
Pavel, 2019-02-28 10:09:12

How to pin a column in bootstrap?

There is a grid: content on the left and sidebar on the right, I'm trying to make sure that the sidebar is always pinned in the same place where it is. When I add the position-fixed class to it, it is fixed but moved to the left column.
jsfiddle

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
NaN, 2019-02-28
@sidiqi

.position-fixed {
  right: 30px;
  top: 0;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question