Topic: Text Animation Misaligned

dustin.schreiber pro asked 6 years ago


On the MDB site and in the templates, everything appears fine. As soon as I implement the theme in my own site, the text is way off when you click into a text field https://pastebin.com/PtjHST4T Similar to my last post, the text has been removed to protect myself and the customer. The file was written with Laravel's PHP Framework so excuse the {{ asset() }} as src and Urls. https://imgur.com/a/CGuD8

Marta Wierzbicka staff answered 6 years ago


Hi,

change this:

.active {
height: 100%;
}

to this:

.carousel-item.active {
height: 100%;
}

Best,
Marta


dustin.schreiber pro commented 6 years ago

Welll.... Now I feel stupid.... :P I spent 30 minutes going over every line and missed that each time. Issue resolved! Thanks

Marta Wierzbicka staff commented 6 years ago

I'm glad it is working.


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: Yes
Tags