Questions tagged as 'bootstrap'

3
answers

Hide a div

I have two divs and I want one to disappear when I get to 'md' and another to occupy the 12 columns. How can I do this with Bootstrap? <div class="container"> <div class="col"> Essa desaparece quando chegar em md </div&g...
asked by 04.04.2018 / 19:24
1
answer

Dropdown Bootstrap does not work [closed]

I had made a menu using Bootstrap and it was working perfectly, but I needed to add a dropdown, and apparently it does not display any errors ... But nothing happens by clicking the menu. [![<div class="ma][1]][1]sthead"> <n...
asked by 03.05.2017 / 16:03
1
answer

W3C Seal for my sites

Good evening. When talking to friends, they told me that it would be interesting to put the W3C validation seal on the site. The fact of having the seal, besides making the site lighter and without errors, is much better for SEO (that's what...
asked by 08.08.2017 / 03:32
2
answers

Move a div to left or right with the Bootstrap library

With the materialize I know it's just assigning a class of name "left" or "right" to the div, but by bootstrap I do not know how this can be done     
asked by 17.02.2017 / 00:38
2
answers

Hide table td in some cell resolutions

I have an HTML page on bootstrap and it is already responsive. But I need that when they access the site in a certain resolution defined by me hide only one of a table this is possible?     
asked by 02.10.2017 / 15:02
1
answer

Change style - Bootstrap [closed]

I created a file and added a navigation menu using Bootstrap, but wanted to change some things like font color and stuff ... I created a style.css file and linkei in my index, but it does not change anything, I try to put the name of the class I...
asked by 22.07.2017 / 02:31
1
answer

How to change the width of a native bootstrap navbar?

Good morning. I need to change the width of a native navbar. I simply picked up the boostrap.com site and pasted it into my template.blade.php but it is occupying the entire screen and needs to reduce its width. How? <nav class="navbar n...
asked by 06.01.2017 / 11:05
2
answers

Bootstrap - container with two columns and two rows with the same size

Good, I'm trying to make a container with 4 equal cells, ie 2 columns and 2 rows. I've tried using col and row but nothing works. I have this only, at this time. <div id="container"> <video autoplay="true" id="video">&...
asked by 18.04.2018 / 00:15
1
answer

How to navigate between the tabs of a bootstrap panel by link href?

So, guys, I have a problem ... I want to make a registration and when I process it in php I want it to return in a certain panel tab .. how do I do it?     
asked by 17.01.2018 / 13:09
2
answers

How to change the default name of the bootbox OK button?

I am using the bootbox in my application and would like to know how to do to change the default alert name that is OK, below my script: @section Scripts{ <script src="~/Scripts/bootbox.min.js"></script> <script> $...
asked by 01.02.2018 / 10:58