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...
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...
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 %}...
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...
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...
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...
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...
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...
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...
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...