Questions tagged as 'bootstrap'

1
answer

Angular error message

I installed the bootstrap in the angle with this command: npm install bootstrap @ next --save and then include the path in the .angular-cli.json "styles": [ "styles.css", "../node_modules/bootstrap/dist/css/bootstrap.css"...
asked by 02.01.2018 / 18:14
1
answer

Bootstrap Responsiveness

Inthisloansimulator,Ineedtobeveryresponsive,butwhenIreducehisscreen,hisselectionsdonotstaybeloweachother.Thisisatemplate.     
asked by 01.12.2017 / 20:57
1
answer

How to remove column spacing in bootstrap

Good afternoon everyone, I'm working with columns and I came across a problem that's been hitting me for a long time, as you can see in this example link , I need the "Box 3" and also the "Box 5" are not down there, I want the elements on the l...
asked by 02.12.2017 / 16:24
1
answer

Chosen does not work with laravel

I'm trying to use Bootstrap + Chosen with laravel within modal, but it just does not work. I made all the imports and nothing Imports I did like this: <link href="{{ asset('css/chosen.min.css') }}" type="text/css" rel="stylesheet" >...
asked by 24.11.2017 / 13:44
1
answer

Background dotted or striped in css

Does anyone help me make a dotted or striped background in css?     
asked by 25.11.2017 / 19:23
1
answer

Carousel with a Table

I have a table with Bootstrap and DataTables. But I wanted to do something like a Carousel, that every X seconds it went to the next page, and when the end came, go back to page 1. How can I do this with Html / Css / Javascript / Jquery. The ide...
asked by 16.11.2017 / 14:24
1
answer

Bootstrap Hamburger Menu

My application has a dashboard with a left side column, which is where the menu is. When this page is opened on smaller screens the column disappears (it already happens), except that I need instead the Hamburger menu to appear so that the user...
asked by 10.11.2017 / 12:24
1
answer

Bootstrap dropdown menu does not work

I'm developing a web application and I'm using the bootstrap dropdown menu but it does not work My <head></head> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta nam...
asked by 17.10.2017 / 04:10
1
answer

I can not play Bootstrap Menu css

I'm developing a web application and I put a bootstrap menu but I'm not able to tinker with his css, I wish he had that look. UPDATEButlookhowitis HTML<divclass="body-wrap" > <div class="container" > <div id="menu"> &...
asked by 07.10.2017 / 21:58
2
answers

Collapse on bootstrap 4

I want to use the following code in jquery, I do not know if it's right: $( ".card" ).on( "click", "#menu_arrow", function() { $( "div[class|='collapse']" ).removeClass('show'); }); The menus are in a php loop that displayed th...
asked by 06.10.2017 / 23:26