Questions tagged [mdbootstrap]

A Material Design UI kit for Bootstrap 4

Use Official Support instead.


MDBootstrap is a third party wrapper to Bootstrap that provides Material Design features and styling. It is free for personal and commercial use, but also has a premium version with additional styles

Links:

327 questions
-1
votes
1 answer

How can i use bootstrap4 cdn and mdbootstrap cdn on 1 site

Im using mostly the mdbootstrap cdn for my site but i need also the regular bootstrap cdn for certain things on my site but for some reason when i use booth cdns my site is totally messed up. You can view my site here abusive-secretary.surge.sh I…
redbulll
  • 91
  • 4
  • 10
-1
votes
3 answers

How can i use code from codepen in my project

I want to use the code from here in my project https://codepen.io/zso2u/pen/jKmmqB

Bootstrap Multi-Card Carousel

redbulll
  • 91
  • 4
  • 10
-1
votes
1 answer

jQuery can't remove class from material bootstrap

I'm using material bootstrap. And trying to remove waves-effect waves-light classes. But it does not work: $("nav a").removeClass("waves-effect waves-light"); While if I do add class; $("nav a").addClass("testing"); // it works! It works if use…
gacat
  • 116
  • 1
  • 13
-1
votes
1 answer

My Last Element in the div Overflows so Only Half of the Element is Visible

I'm preparing my site for mobile browsers, so on Chrome Dev Tools i've tested on 320 x 568 size and i've encountered this problem. My button element is on the bottom of the div, but half of the button is visible, other half is not. Screenshot on the…
mustafau.
  • 19
  • 8
-1
votes
2 answers

How to add Placeholder on choice list with MDbootstrap and symfony

Based on this documentation of MDB: https://mdbootstrap.com/docs/jquery/forms/select/ I have created this form public function buildForm(FormBuilderInterface $builder, array $options) { $builder ->add('categorie',…
Khalil
  • 288
  • 3
  • 16
-1
votes
1 answer

NgClass uses property name instead of class content when using more than one class to apply

I am trying to apply multiple (in my case 2) classes onto a custom component which contains a list item component from MDBootstrap: App.module.ts list item…
Niek Jonkman
  • 1,014
  • 2
  • 13
  • 31
-1
votes
2 answers

why is my bootstrap page here not mobile friendly?

My site is hosted at "nateshmbhat.github.io". I have used mdboostrp's row and col for my dom. But its not mobile friendly (shows lot of background space). Site : https://nateshmbhat.github.io/ . Its a static site. How do i fix it ? Site code :…
Natesh bhat
  • 12,274
  • 10
  • 84
  • 125
-1
votes
3 answers

boostrap 3.3.6 navbar doesnt work

cant find the reason why when i cant use the button when i make my web browser smaller? i tried looking in the internet but u cant find a solution
-2
votes
2 answers

Multi item carousel with same height cards

Expected behavior: same height for all cards (all cards should adjust their height to the highest card) Actual behavior: height depends on text length Snippet: https://mdbootstrap.com/snippets/jquery/temp/3565823 IMAGE THAT NOT EACH SLIDE IS SAME…
-2
votes
1 answer

Bootstrap toggler won't collapse once clicked on

I'm getting familiar with MDbootstrap and bootstrap 4. I recently created a website using the toggle with no problem however, with this website I'm creating, the toggle won't close once clicked on. I can't seem to figure it out. I have a feeling…
Alexandra
  • 631
  • 1
  • 13
  • 24
-3
votes
1 answer

Switch toggle css looks like a checkbox

I am trying to implement this example: https://mdbootstrap.com/snippets/jquery/bartek-malanowski/517057 However, seems like the CSS files from mdboostrap are not being loaded: I imported the mdboostrap CSS and JS links and I have a custom css file…
CodeJr
  • 47
  • 1
  • 6
1 2 3
21
22