Topic: MDB-Tabs Vertical tabs Alignment
                                            
                                            Aroquiassamy LA ROZE
                                                                        asked 7 years ago                                
Expected behavior
I want to Align the Text inside the Button e.g Home,About must be aligned to Left or Right.
Actual behavior
By Default it is aligned center.
How to Align it Left or right
Resources (vertical Tab Link )
                                                    
                                                    Damian Gemza
                                             staff                                             answered 7 years ago                                        
Dear La Roze,
Please add the below styles to the styles.scss file:
ul.nav.md-tabs {
  li.nav-item {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }
}
Best Regards,
Damian
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
 - Premium support: No
 - Technology: MDB Angular
 - MDB Version: 7.4.2
 - Device: Lenova
 - Browser: Chrome 73
 - OS: Windows 10
 - Provided sample code: No
 - Provided link: Yes