Questions tagged [twitter-bootstrap-4-beta]
30 questions
0
votes
0 answers
Bootstrap tab modal buggy
I have a 2 tab in my modal Team and Personal. When the modal is opened the Team tab will be active and when i select on Personal it displays everything properly but when i want to toggle back to Team tab it does not displays the content in my Team…

Dexter Siah Tze Ming
- 57
- 3
- 15
0
votes
1 answer
bootstrap slider img size
Hello everyone i started just new to learn bootstrap i did a website with bootstrap 4 and i added a slide but photos does not fill all page although i wrote height:100; weight:100; in css and i tried height:auto; and weight:auto; but sizes of photos…

Kayhan Aykuş
- 1
- 2
0
votes
3 answers
Aligning 3 section tags in a row
I am having 3 section tags in a row but on giving a margin, the last section tag slides to the next line instead of remaining in a single line.
I have tried using float:left and display:inline property but its not working.
Here is my…

prers
- 99
- 2
- 5
- 14
0
votes
1 answer
BS grid not working identically
In advantage grid, the card body of one division gets collapsed, when another division is clicked.
However same is not happening for another grid (disadvantage).
when we click one division of disadvantage section, then again when we click another…

Kislay1812
- 35
- 9
0
votes
2 answers
Why isn't the next arrow showing?
I was trying to create a carousel in Bootstrap 4 beta, everything worked but the next arrow wasn't in the right position, if you use a colored background, you can see that: it's not on the image. Arrows also don't slide images. I tried to copy…

Pier
- 103
- 1
- 11
0
votes
1 answer
angular2 how to open Bootstrap4 beta2 modelpopup
please help me how can i popup Bootstrap4 Beta2 model popup by using Angular2 code.
Here i dont wana to use Jquery code
This is some code i copy from getbootstrap.com
user8518202
0
votes
1 answer
pill-tab in bootstrap dont works
Why this tab not works?
Should I correct the jQuery section?
Id and Href are true but it doesn't work.
$('#v-pills-tab a').on('click', function (e) {
e.preventDefault();
$('#v-pills-tab…

khassepaz
- 45
- 1
- 7
0
votes
0 answers
Position to bottow in flex box with div
I'm trying to position a div with a progress bar to the bottom of my flexbox but everything i find on stackoverflow doesnt work or is not applied as it need to be...
tried absolute to the bottom, auto-margin, flex-grow and none of them has been…

Vince
- 1,279
- 2
- 20
- 40
0
votes
1 answer
How do you position navbar items to the right in Bootstrap 4?
I'm a newbie and would like to ask how do you position navbar items to the right in Bootstrap 4? I tried the solutions here Bootstrap 4 - Right Align Navbar Items but did not work.
I trying to understand the sample code from Bootstrap 4 and don't…

html5student
- 11
- 2
- 6
0
votes
1 answer
Bootstrap 4 to have navbar items allways expanded on small screen with no button
I am working on a website footer, and am looking for a way to make a nav that has all it's items in one row on a large screen, and collapsed to many rows on a smaller screen. The collapsing happens just fine, but I cannot figure out a way to:
a)…

Snappawapa
- 1,697
- 3
- 20
- 42
0
votes
1 answer
How to right-align drop-down menu in nav?
I am trying to add a dropdown-menu to a navbar - but while the icon is right-aligned, the menu opens left-aligned, despite me using dropdown-menu-right. I saw a remark about poppr being used for positioning - except in nav. So how can I right-align…

MBaas
- 7,248
- 6
- 44
- 61
0
votes
1 answer
Bootstrap 4 beta image gallery with modals
I'm trying to make an image gallery with each image having a modal. I want each logo to be clicked and open that company's reference letter in the modal. This is what I have tried but each logo when clicked only opens the hardrock letter in the…

mlegg
- 784
- 6
- 19
- 35
0
votes
1 answer
How to left -align navbar-text?
I am attempting to build a small page with BS4 (beta2).
-1
votes
2 answers
How do you vertically center items in Jumbotron using flex while displaying in block?
I tried this to vertically center all items in a Jumbotron,
display: flex;
justify-content: center;
align-items: center;
But the issue is all items are lined up in a single line like they are displaying inline. How do you vertically center them…

CodeMan
- 314
- 2
- 3
- 5
-2
votes
1 answer
Display/hide div depending on device width
Is it possible to hide a div with (or without) Bootstrap 4 if the screen width is over/under a specific value? Does it need javascript for that?
More specifically, I'm looking for hiding a specific text (that I find useless on a mobile screen). I…

Benjamin Oll
- 1
- 1