Questions tagged as 'twitter-bootstrap'

1
answer

Align a logo in the center of the Form

Hello. I have a form login, but I need to align a logo to the center of this form, so that alignment is responsive. I know there are some ways, but what is the best way to do this alignment? Currently this is my code, already with the i...
asked by 19.11.2018 / 04:57
2
answers

Responsive logo that works on all browsers using CSS3 and Bootstrap

I want when I minimize the window the logo of my site follow without distorting, such as when testing a site on a mobile phone or tablet, ie the image is responsive to the content, but this only happens to me in internet explorer, in the chrome...
asked by 29.07.2014 / 18:12
1
answer

Toggle bootstrap menu is not expanding

My menu with toggle-icon, being used just like the bootstrap4 sample documentation does not just expand. I tried this solution but did not change anything . Currently the code looks like this: <!DOCTYPE html> {% load staticfiles %}...
asked by 02.12.2018 / 23:11
1
answer

How to call a modal in View by Controller's ActionResult

How to call a modal by ActionResult of the Controller, after the user clicks the button to register? Currently the controller is redirecting to the index page after the user signs up. I want instead of redirect, call the modal that is in the...
asked by 25.10.2018 / 17:48
1
answer

How to remove the space between one line and another of cards in Bootstrap4?

Good evening. I'm using Bootstrap4 in my Django project, but as in the following print, there's a space between the cards (marked with an x) because of its different size. I would like the images below to fit naturally (as in Pinterest, for e...
asked by 12.10.2018 / 02:17
2
answers

Leave a responsive screen according to monitor resolution

Good morning! I have a login screen, which I'm doing with bootstrap 4. How would I adjust the layout of the page so that the background image is not missing or exploding? As you can see in the image below, on 1440 x 1032 monitors, a low...
asked by 17.11.2018 / 06:55
1
answer

How to disable modal closing using the modal ESC key in UI-Bootstrap?

In ui-bootstrap , I can disable modal closing by clicking on the black background using the {backdrop: 'static'} option. But now I also need to disable the ESC key, because when you press this key, the modal is closed. How t...
asked by 25.09.2018 / 18:42
2
answers

Function Jquery to select tab with required fields not filled

I use the tab of bootstrap and required of dataannotations , but the following happens, you do not know the fields of the required, when it is not in tab of it, for example, I am in tab 1, and I conclude, howeve...
asked by 04.10.2018 / 22:11
1
answer

How to get the link from a specific bootstrap tab

I have a page that uses the Tabs navs of bootstrap 4.1, I'm looking for and I can not find a solution, I want to make clicking a link open a specific 'bootstrap' tab. In this example: <script src="https://ajax.googleapis.com/ajax/libs/j...
asked by 24.10.2018 / 00:16
1
answer

How to put a layout for the search results of an input search that are within the echo?

I need to put a layout in the search results of the input search, I have a page that uses the layout of Cards of bootstrap 4, and I wanted the search results to look the same. This is the script I use in the layout of my other page: <div cl...
asked by 11.09.2018 / 23:31