Questions tagged as 'bootstrap'

1
answer

Drop-down menu does not work HTML / CSS / Bootstrap

I am currently working on a horizontal menu but when I reduce the window so that it becomes a drop-down menu the icon is formed but it does not display the options. The html code <!DOCTYPE html> <html> <head> &l...
asked by 25.10.2018 / 15:17
1
answer

Center the elements of a list in a navigation bar

I'm doing a navigation bar with Bootstrap, within the framework of Spring Boot, which sent them: HTML <header th:fragment="header"> <nav class="navbar navbar-expand-lg navbar-dark"> <a class="navbar-brand text-w...
asked by 10.09.2018 / 20:04
2
answers

Carousel bootstrap does not work, the script is not executed (it seems)

Hello very good to all the community :) I was doing the design of a web page using bootstrap when I tried to create a carousel but instead of running correctly I put the images on top of each other, instead of contained in the window of carousel...
asked by 14.09.2018 / 12:36
2
answers

Editor type DateTime does not show the date but in the input if the value appears

I am developing an application in ASP.Net MVC5 that contains a pattern of workers, among the data that must be captured is the date. Now the problem is that in my Edit view if I load the value that comes from the model in the input, however in d...
asked by 14.11.2018 / 00:27
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
1
answer

Space between bootstrap buttons

Greetings to all I am adding buttons to my html page with bootstrap 3.7 which looks good: The problem arises when viewing it in mobile devices, that is, the space that is displayed horizontally is lost in the mobiles: That way you...
asked by 29.11.2018 / 17:22
1
answer

How to remove the edges in the bootstrap modal header

Good day, I'm working with laravel and bootstrap, right now I'm more focused on the design, the problem is that when creating the modal I see two white lines as if it were a margin, is there any way to remove them? Code <div cla...
asked by 20.06.2018 / 19: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

Bootstrap does not work text-align to me in the class

   I'm trying to put the letter of the header in the center but I can not get it, I also try to put two classes and they do not work like they can be: color and align. I have no idea why I do not get both classes. <p class="text-primary te...
asked by 28.04.2018 / 17:18
1
answer

How to read an xml saved in sql Database

I need to be able to read all the data in each row to put them in a bootstrap-table , does anyone have any ideas? I have this code saved in a field in my sqlserver database: <xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882' xml...
asked by 02.04.2018 / 17:33