Questions tagged as 'bootstrap'

2
answers

How to remove spaces in bootstrap?

I'm starting with some web design but I've encountered this problem that I've been trying to remove for a while. I would like to eliminate the space that is between the logo of the page and the start link: <body> <nav class...
asked by 12.01.2018 / 05:56
1
answer

Adjust large text contents to dropdown

I have a menu made with Bootstrap 3, this has sub menus and the titles of these sub menus are very large making the final result look like this. What I need is that those texts that I actually show are fields of a database and what I ne...
asked by 24.06.2018 / 06:46
1
answer

Translate DatetimePicker from Bootstrap

Good morning, I am making a form in which you have to fill in several fields, including a calendar to choose a date. For this I use DatetimePicker. I get the calendar to work, but I can not change the language (I have tried changing the order of...
asked by 02.05.2017 / 10:34
2
answers

Bootstrap stops Accessing an Input after Setting Runat="Server" ASP.net C #

I have a input : <input type="text" class="form-control pull-right" id="txtRangoFecha" runat="server"> When I put Runat="Server" to this object jQuery , it stops accessing and the calendar never leaves again, and th...
asked by 11.11.2016 / 20:44
3
answers

Center icon in modal window Header

I have the following structure of HTML code: <div class="modal-header-success"> <h3 class="modal-title" style="text-align: center;"> Modal PopUp <button type="button" class="close panelTitleTxt glyphicon glyphicon-rem...
asked by 09.05.2016 / 18:14
1
answer

Problem with Alert fade in (bootstrap), only shown once

I'm trying to perform a bootstrap alert. it is displayed correctly when the response is received correctly, or some error. but when I perform another action that involves another ajax response, this one no longer shows me the alert. Here is m...
asked by 26.12.2018 / 20:28
2
answers

Center dt / dd vertically in Bootstrap 4

I tell you, I'm working with Bootstrap 4, and I'm having a problem wanting to vertically center the dd within a dl My code would be something like that dl { display: flex !important; justify-content...
asked by 26.07.2018 / 17:04
1
answer

How to block dates in a DateRangePicker with data from an array

I have a bootstrap daterangepicker in which I would like to make a series of conditions so that according to the dates in the database they are blocked and change color. My problem is that I'm not sure how to tell the DateRangePicker to take the...
asked by 17.08.2018 / 11:29
1
answer

Footer in Bootstrap 4

I'm doing a website I have a problem with the footer with the responsive. I clarify that there are text and images above the footer and if I do this: .footer { position: absolute; bottom: 0; width: 100%; height: 60px; /* Set the fix...
asked by 24.05.2018 / 06:22
2
answers

Align to the right NAVBAR in bootstrap 4

I would like to line up Bootstrap 4 the browser to the right. By default it is left, I tried in several ways but I could not, here I leave the code. <body> <header> <nav class="navbar navbar-dark">...
asked by 03.11.2016 / 20:59