Topic: SideNav padding left in elements

Sebastien Jarjanette pro asked 4 years ago


There is a margin left in sideNav , I don't where is the problem , I just took the code in the doc.

try it


Aliaksandr Andrasiuk staff answered 4 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 4 years ago

Sorry Aliaksandr , I had a little bit of css in my files that i no saw


Aliaksandr Andrasiuk staff commented 4 years ago

Hi,

No problem. Glad to help if you have any questions.

Best regards.



Please insert min. 20 characters.

FREE CONSULTATION

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

Status

Answered

Specification of the issue

  • 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