• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Fred
  • Private: No
  • Open Date: 18.11.19, 08:23
  • Opened by: Julian
  • Closed by: Fred
  • Closed on: 25.11.19, 10:59
  • Reason: Closed
  • Comment: Glad to help!

Comments

Fred 18 Nov 2019, 10:17

Try following CSS:

#main .tabs .nav-tabs, #main .tabs {border:none;flex-direction:row}
#main .tabs .nav-tabs {justify-content:center}
#main .nav-tabs .nav-item {border:none;margin:0}
#main .tabs .nav-tabs .nav-link {border:none}
Fred 18 Nov 2019, 11:31

Sorry, try this:

#main .tabs {border:none;flex-direction:column }
#main .tabs .nav-tabs {justify-content:center;flex-direction:column;border:none;flex-direction:row}
#main .nav-tabs .nav-item {border:none;margin:0}
#main .tabs .nav-tabs .nav-link {border:none}