Topic: mdb-select lable
DaMaxl premium asked 4 years ago
Hi GUys, does anybody know how to reduce the margin/padding/distance of the following parts:
i wanna shrink the distance of the red, blue and screen area. i'm tried some stuff in mdb.min...but could not really find the correct section ;-(
maybe better to do it in my style css?!
BR, Max
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: 4.4.1
- Device: Laptop
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Tomek Makowski staff commented 4 years ago
To change margin between elements the best way is just to use bootstrap classes like
mt-1
,mt-0
but to change select just use your custom CSS style file with!important
on the end of properties.Regards