Topic: SideNav padding left in elements
Sebastien Jarjanette pro asked 5 years ago
There is a margin left in sideNav , I don't where is the problem , I just took the code in the doc.
Aliaksandr Andrasiuk staff answered 5 years ago
Hi,
There is a margin: 0 0 1.45rem 1.45rem;
property applied to <ul class="list-unstyled">
element.
You can try to add the next code to your css rules:
ul.list-unstyled{
margin-left: 0;
}
Hope I could help.
Best regards.
Sebastien Jarjanette pro commented 5 years ago
Sorry Aliaksandr , I had a little bit of css in my files that i no saw
Aliaksandr Andrasiuk staff commented 5 years ago
Hi,
No problem. Glad to help if you have any questions.
Best regards.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB React
- MDB Version: 4.18.0
- Device: macbook pro
- Browser: safari
- OS: osx
- Provided sample code: No
- Provided link: Yes