Posts by Rodrigo Ribeiro De Abreu • 56 points
4 posts
- 
		1 votes2 answers3282 viewsA: Fix menu with bootstrap after scrolling downI found a snippet on Bootsnipp Navbar Affix 
- 
		0 votes2 answers123 viewsA: How to use bootstrap for websites with larger layout?If you want to modify the layout only for large screens, you can add the following in your CSS: @media screen and (min-width: 1980px){ . container{ width: 1900px; } } The width is 1980px is… 
- 
		1 votes1 answer241 viewsA: Responsive Landing Page with bootstrapFelipe, I believe you’re on the right track. I created a Jsbin to study your code and made a CSS rule. See if this is what you needed https://jsbin.com/biqawo/edit?html,css,output… 
- 
		2 votes1 answer133 viewsA: Navbar stops working when you have an iframe on the pageErikson, as far as I know, there is no incompatibility between Boostrap and the element iframe. What happens is that the iframe almost always loads another page, sometimes even externally to the… twitter-bootstrapanswered Rodrigo Ribeiro De Abreu 56