Responsiveness in Bootstrap

Asked

Viewed 557 times

0

I’m starting with the Bootstrap framework. My question is: When I specify a value for the width property in the container class, do I lose screen responsive mode? Because I did this procedure, and my responsiveness didn’t work anymore. Is there anything to do about it? Or the container has to be only a single width?

2 answers

2

To keep the layout responsive use the property max-width: ?px; width should stick to the value 100%;

0

Andrew, you have subscribed to the rule of that class... depending on the context you can yes lose responsiveness since, if your code comes after the library call, the rules you wrote will subscribe to all of the above. I recommend using the grid to be your wrap and develop the module within it, or the reverse. It’s not very nice to put into your Ivs, or block tags, the grids and container classes, it limits you to the behavior of the framework.

Browser other questions tagged

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