Questions tagged as 'bootstrap-4'

1
answer

anguar array to matrix

my question is the following with angular I rescue an app arrangement 100 items and I show them in the view with the ngFor, until there everything is fine but what I want is that instead of showing in this way item item item is displa...
asked by 22.01.2018 / 19:52
1
answer

Carousel thumbnail bootstrap 4

I'm doing an article section related to bootstrap 4 but, the problem is that nothing is achieved to see an item instead of the 4 that should have the carousel. <div class="container"> <div class="col-sm-12"> <h3>ARTÍCULO...
asked by 22.01.2018 / 18:58
1
answer

problem in class with bootstrap collapse 4 with form

I want the form to disappear from the xs-sm context and I see a button that when I press the form, the problem works: when I place it in the md context, the form disappears and I have to reload so that appear and I do not know what he's doing wr...
asked by 09.11.2017 / 21:38
0
answers

Only the footer and a table is not bootstrapped: /?

I've noticed several times that the bootstrap does not start automatically or everywhere on the index.html page that I developed compared to a sample page. Here is the one that I try to reproduce: And here is the one that I produ...
asked by 05.11.2017 / 16:45
1
answer

Problems with Bootstrap carousel

I'm making a webpage for a friend and I wanted to add a carousel with Bootstrap but I can not get it to look and I can not find any error in the code. I'll leave it below to see if someone can explain to me what's wrong. $(document).read...
asked by 26.10.2017 / 13:28
1
answer

different sections created in html are placed next to each other in an undesired way, when using bootstrap

Now try using clear: both; to eliminate floating positioning in case there is and also I put display: block to each section and even so it puts them side by side instead of below the other. My code is as follows @charset "UTF-8"; body {...
asked by 04.10.2017 / 19:24
0
answers

Offset-Bootstrap4

I can not get the Offset property to work. In the executable example you will not be able to appreciate it well since it is very shrunken and I put that property for large (lg). You can see it better here: link <link href="https://m...
asked by 17.08.2017 / 13:45
2
answers

show modal with jquery and bootstrap4

Good evening I am trying to call a modal with bootstrap 4 and jquery but I do not get it done as it says the documentation $ ('# myModal'). modal ('show') but it marks me an error link Could you help me please I've been trying for a while a...
asked by 22.07.2017 / 05:09
1
answer

Navbar Bootstrap-4 dropdown I can not see phone options

I have a fixed-top menu with sub-menus, when I deploy it on a mobile device, I can not see all the options, since the scroll bar does not appear to be able to go through it, probe with overflow: auto for my class=" navbar-nav ", but it does not...
asked by 05.07.2017 / 01:10
1
answer

Exchange of icons and text

How could I exchange a <button type="button" class="fa fa-user btn btn-white btn-sm> with <button type="button" class="btn btn-white btn-sm> ? That is, instead of the icon appearing, the text appears. Code: &l...
asked by 13.07.2018 / 09:04