Free Angular template - remove sidebar


Topic: Free Angular template - remove sidebar

mark goldin asked 5 years ago

Is it possible to completely remove sidebar navigation?

Thanks


Arkadiusz Idzikowski staff answered 5 years ago

You need to open navigation component (app -> main-layout -> navigation) and remove sidebar code from the header. You may also need to remove media query responsible for setting padding-left: 270px from the styles.scss:

@media (min-width: 1200px) {
  .navbar, .page-footer, main {
    padding-left: 270px
  }
} 

mark goldin answered 5 years ago

Yes, it helped, thanks!


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
  • User: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 8.3.1
  • Device: PC
  • Browser: All
  • OS: All
  • Provided sample code: No
  • Provided link: No
Tags