Posts by Anderson Lima • 11 points
3 posts
- 
		1 votes2 answers558 viewsQ: Keep only one panel open on the Accordion Bootstrap3Hello, I would like help to write a code . JS to repair this error on accordion Bootstrap3. Hide the open panel when another is clicked. I am currently getting more than one open panel, when the… 
- 
		0 votes1 answer53 viewsQ: White Margin in mobile - Twitter Bootstrap FrameworkI’m using twitter bootstrap and adjustments are okay except, a white margin that is right on the content.… twitter-bootstrapasked Anderson Lima 11
- 
		0 votes1 answer258 viewsA: White spacing when you zoom in full on the mobile page and screen#div-content{ width: 100%; height: 980px; min-height: 481px; background: #605B61; } try to change to #div-content{ width: 100%; height: auto 980px; background: #605B61; } Avoid limiting height or…