Questions tagged as 'twitter-bootstrap'

2
answers

Paint top title bar of a table with bootstrap

How do I paint the top title bar of a table made with bootstrap? To paint any thead TR. <div class="pull-right" id="tabela4"> <br /> <table class="table table-striped table-ordered table-bordered col-md-4"> <the...
asked by 27.06.2014 / 22:20
1
answer

I would just use the bootstrap grid to leave responsive [closed]

How can I use only the bootstrap grid just to make it responsive, because I just can not customize my inputs in css because of the bootstrap itself     
asked by 14.10.2018 / 01:33
2
answers

Add external icons to Bootstrap

I downloaded a Bootstrap template and I'm trying to change some of the icons that it has in it, but it already has a table of icons that can be used, I'd like to know how to put other external icons, which are not necessarily already were regist...
asked by 22.10.2014 / 14:49
1
answer

How do I stop the video when I close Modal?

When I close the modal the video continues to play, how do I stop the video when I close the modal? <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <m...
asked by 03.08.2018 / 20:49
1
answer

DIV leaving the screen

I've seen several times a div that comes off the screen, and as I will not know how to explain it right, I'll show you a photo of an example: Ifigureditwouldbebox-shadow,butIcouldnotdoit.Idonotwanttodothesamedesignastheboy,soIwillnotstealhi...
asked by 30.01.2018 / 13:39
2
answers

Div to organize checkbox

I have the following div : <div class="col-sm-6"> <input type="checkbox"> Touch Screen <input type="checkbox"> Wi-fi <input type="checkbox"> Bluetooth <input type="checkbox"> Flash <input type="...
asked by 02.03.2015 / 12:03
1
answer

How to make the HTML table inside another table occupy the entire screen?

I have an HTML table with 3 columns and 3 rows and for each cell in this table I have another HTML table with 3 columns and 2 lines and I'm trying to make it work evenly across the entire screen. I tried to add width:100% and...
asked by 24.11.2018 / 23:35
2
answers

Responsive side menu with button

I have a side menu: Iwouldliketoputabuttontohideandshowthismenu,andthatwhenIdecreasetheresolutionappearsthisbuttonsothatIcandisplayit.HTML:<divid="wrapper"> <!-- Sidebar --> <div id="sidebar-wrapper"> <ul class=...
asked by 02.10.2015 / 19:24
1
answer

problems with bootstrap grid

I'm using jsfiddle to learn bootstrap, however I'm having trouble making content appear on the same line. my content in jsffidle is appearing in two rows (wanted a row and 2 columns) <div class="container"> <div class="row">...
asked by 01.11.2015 / 05:39
2
answers

What should I use to make one grid system within another?

I'm doing a carousel that will show some post ads recently posted. The div that contains the carousel is container , and the carousel elements are also container type. When I create grids inside other elements that are alread...
asked by 19.11.2018 / 05:58