Questions tagged as 'twitter-bootstrap'

1
answer

Align Bootstrap pagination on the right

I'm with a project that was developed in Bootstrap v4.0.0-alpha.4. In this project there is a pagination that follows the standards of the framework. <nav aria-label="Navegação de página exemplo"> <ul class="pagination"> <...
asked by 30.09.2018 / 00:04
1
answer

Problem with grid bootstrap

<!carousel--><divclass="container bg-danger"> <div class="row"> <div class=".col-4 mt-3 mr-4"> <div class="boxonee ">teste xd</div> </div> <div class=".col-4"> <div i...
asked by 01.10.2018 / 16:59
1
answer

justify-content-center is not centralizing the contents in my bootstrap

I have the following code structure <div id="container" class="container-fluid"> <div class="row align-items-center justify-content-center"> <div class="col-2"> <figure id="logomarca"> <img sr...
asked by 28.09.2018 / 03:55
1
answer

Header with animated Dropdown

Good morning, I'm developing a project and it has a header that I developed showing the categories available to it. Layout of the site with Bootstrap 3.3, because of presentation issues I decided to make an animation in the CSS of the dropdown p...
asked by 12.11.2018 / 12:40
2
answers

Lists sorted under another Bootstrap

I have the following menu: HowcouldImakeitlooklikethis:Importação|Exportação|CursodeInstrutor|AssessoriaJurídica-------------------------(aquiseriaumalinha(hr))Vendas|Consultores|RelatóriosThecodeIhaveisthis:<divclass="row"> <nav cl...
asked by 15.11.2018 / 12:45
2
answers

How to hide fixed div in mobile?

I need to leave a responsive page, in it I have a filter that is fixed and I want to hide the filter on a button when the screen is smaller than 750px <div class="col-lg-3 col-md-6"> <!-- comeco do filtro --> &...
asked by 27.11.2018 / 19:41
1
answer

Vertical and horizontal alignment does not work on bootstrap 4 with flexbox

I'm doing a bootstrap 4 course, the teacher uses and teaches that there is flex-items class for alignment, to align vertically for example, we could use something like this: flex-items-md-middle The problem with me does not work, at...
asked by 10.08.2018 / 11:22
1
answer

Positioning elements on the screen

How to position the elements without breaking I have a screen with some inputs , I'm using bootstrap and defining the sizes of the fields, but they are still broken as in the following image. IneedthemtobestraightandwithLabel...
asked by 06.11.2018 / 18:46
2
answers

bootstrap icons

I'm trying for an icon bootstrap, but I'm not getting it .. <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink...
asked by 03.10.2018 / 21:52
1
answer

Position bottom right button with angle and boostrap

Use stripped table of bootstrap with Angular 6. This is the screen: Seethatyouhaveaplusbuttonintheupperleftcorneranditshouldbeunderneaththetable,rightside.Thisismyhtml<navclass="navbar navbar-dark bg-dark"> <a style="display: block...
asked by 11.07.2018 / 22:11