Topic: Free Angular template - remove sidebar
mark goldin free asked 5 years ago
Is it possible to completely remove sidebar navigation?
Thanks
Add comment
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
}
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: 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