Questions tagged as 'bootstrap-4'

3
answers

Hide in bootstrap 4

I am trying to hide a text in the following way <ul class="col-6 col-lg-4"> <li> <i class="fa fa-briefcase" aria-hidden="true"></i> <div class="contenedor-eleccion "> <h4>Aplicacio...
asked by 18.05.2017 / 10:03
2
answers

how to create a grid in boostrap with 3 frames

Hello I have given to learn bootstrap 4 and now I have presented this difficulty (design a blog) I want to locate a container with 3 large squares that cover half and the other two smaller ones on top of each other but not as a picture is made h...
asked by 03.04.2018 / 04:30
2
answers

Activate - disable class active of a nav-item with bootstrap 4

Greetings I would like to know if it is possible to activate the active class according to where you click, I tried with some script that I found on the web but they have not worked for me. The way I am doing it is: I have a php file where I...
asked by 24.08.2018 / 15:57
2
answers

Problem with the bootstrap grid 4

I'm starting to use bootstrap 4 and I want to have a logo that has the menu options next to it, however I get one below the other, does anyone know why that happens ?, I leave a code pen with the code I'm working link     
asked by 26.10.2018 / 23:05
1
answer

How to change the width of the columns (widht) with bootstrap 4

Good morning, colleagues. I have a problem, the client wants to assign the default column width, with values that already come by default in the database. I am already obtaining the data of the values of the titles. And I already have the tab...
asked by 15.02.2018 / 16:33
1
answer

error "Local workspace file ('angular.json') could not be found." when trying to run application in angular 2 with bootstrap

   I'm following the steps of this tutorial to implement   Angular 2 with bootstrap 4 in the. I had never before used bootstrap 4 with angle 2 and I used pure CSS3 from the css file. when I try to execute with the ng serve comm...
asked by 01.08.2018 / 01:26
2
answers

How can I solve this problem in spring boot + bootstrap + jsp

Greetings I have the problem I am using spring boot and bootstrap v4 so I want to show a combination that shows me the data in a form but it does not show me I leave the corresponding code and also solve the error that I previously published in...
asked by 10.07.2018 / 13:28
1
answer

The bootstrap navbar 4 is not transparent

The Navbar of bootstrap 4 is not transparent to me, try placing a class called to the navbar called <nav class="my-navbar"> And remove the color in the CSS in this way: .my-navbar{ border:0px; border-radius: 0px; background:none;...
asked by 17.03.2018 / 04:35
1
answer

Modal in Bootstrap 4 and DataTables that does not load

I have a php page that loads the following table: the code is this: <table id="tabla" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%"> <thead> <tr>...
asked by 24.02.2018 / 17:50
1
answer

boostrap 4 alpha Does not work grids

I have the following code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="s...
asked by 16.09.2017 / 04:55