Ask Your Question
2

How does the "row" in Bootstrap 3.3.7 lead to the appearance of a horizontal scroll bar?

asked 2021-08-14 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-08-30 18:00:00 +0000

lakamha gravatar image

The "row" in Bootstrap 3.3.7 has a default horizontal padding of 15px on each side. This means that the total width of a row is 100% + 30px (15px on each side).

If the content inside the row exceeds the available width of its container, the horizontal scroll bar appears to allow the user to scroll horizontally and view the content that is hidden. This can happen if the content of the row is too wide, or if the container itself has a fixed or limited width that is smaller than the row.

To prevent a horizontal scroll bar from appearing, it is recommended to ensure that the total width of the row and its contents does not exceed the available width of the container. This can be achieved by either reducing the width of the row or its contents, or by increasing the available width of the container.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-08-14 11:00:00 +0000

Seen: 12 times

Last updated: Aug 30 '22