Topic: Contact Form - Labels animation
adlib
pro
asked 7 years ago
dominofoe
pro
answered 7 years ago
alkrie pro commented 5 years ago
I came looking for a solution and found it. Thanks dominofoe for this feedback! I would like to extrapolate on this here, for the benefit of other users. The code, in my case, looked like what is seen below. .carousel, .carousel-item, .active { height: 100%; } Now, what I did was, to set the active exclusive to the carousel, by changing the code like below. .carousel, .carousel-item, .carousel active { height: 100%; } What the above code does is to set height only to the ".carousel active" element. Now the labels animation becomes normal. This solution is useful, just in case you want both the carousel and the contact form in the same page.
Michal Szymanski
staff
answered 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No