Hello i upgraded Alpha Template from version 2.0.6 to version 2.1.0. After that upgrade i noticed that the nav-item text align is right not left. See screenshot (before and after) I try to fix it, but so far without success...
hagen Hi
You can try this custom css:
#t4-header-wrap .nav-item .dropdown-menu .mega-nav li>a {justify-content: flex-start;}
fixed it, thank you