Questions tagged as 'bootstrap'

1
answer

How to give good appearance to the form on my website?

I am trying to create a contact form which shares the screen with my personal data: name, address, etc. Osea my data on the left and the form on the right, leaving margin between them and left and right of both. Once they showed me (Alvaro Monto...
asked by 12.12.2017 / 01:08
2
answers

how to generate divs with css Skew and images inside

Hi, I'm wanting to put together a gallery like the example page that I attached guide page where TOURNAMENTS says it's a carousel and it has images in diagonal with hovers, put together a small example but I can not make the images go straight...
asked by 15.12.2017 / 19:19
2
answers

Why does not the modal table come out?

I try to make a modal table that comes out when a button is clicked. I made a code with the Bootstrap official site's help on Modal thinking it would go, but, although the button is present, there is no table that comes out. Do you have...
asked by 21.11.2017 / 19:14
1
answer

Error message below the input and textarea

I am struggling with Bootstrap 4 and Jquery Validate to get the error message displayed BELOW OR UP from input and textarea but I do not succeed. In the input, the message appears on the right. In the textarea it DOES NOT APPEAR and neither t...
asked by 25.10.2017 / 20:51
1
answer

How to make input fit within a panel that is in col-md-6?

Let me explain, I have a modal window that has 3 panels, the first one is in a row and has col-md-12, all right there. the second and third panels are in a row with col-md-6 respectively. All right up there, my problem is when I change the...
asked by 08.09.2017 / 01:04
1
answer

CSS Laravel Bootstrap 4

I have problems with this new version and I have some things that if you are collecting the Bootstrap4 and others not. For example, you are not able to teach these icons: <a href="#" class="btn btn-danger"> <i class="fa fa-c...
asked by 31.08.2017 / 11:15
1
answer

CSS: Keep style by breaking the word

By breaking the word with word-wrap: break-word; I would like the border top to stay, is there a way to do it? Thank you very much. td{ border-top: 1px solid black; } .width1{ width:60%; display:inline-block; word-wrap:br...
asked by 20.09.2017 / 11:29
1
answer

Submenu with bootstrap

Hi, I'm doing a menu with Bootstrap, but when I want to do a submenu, it does not open the submenu, to open a menu I use an onclick function, but in the submenu it does not work and closes the menu. This is a fragment of my code <nav class=...
asked by 23.08.2017 / 01:58
1
answer

Bootstrap manners are not shown on my div that loads all my content with ajax

I have an index with a navigation made with AJAX and thus load all the other pages within the div that has the index.php, so that the browser does not recharge. My problem is when in that div I want to load a CRUD that uses the...
asked by 27.07.2017 / 22:49
1
answer

Problem with navbar collapse

I have a problem. By clicking on my button (I made the menu disappear when the screen is small) does not display the menu. I've been watching and reviewing the documentation and examples of Bootstrap for a while and I do not have the solution. W...
asked by 29.07.2017 / 20:25