Hey :)
I have the requirement that the public site's menu is on the left and not on the top. In the settings however, I can only specify menu placement of the "normal" web app:
Changes in appsettings.json
also have no effect.
"Settings": {
"Volo.Abp.LeptonTheme.Style.PublicLayout": "Style6",
"Volo.Abp.LeptonTheme.Layout.Boxed": "False",
"Volo.Abp.LeptonTheme.Layout.MenuPlacement": "Left"
}
May it be, that this is not implemented or am I missing something?
If it is not implemented, what would be the easiest approach to get the menu on the left side? Sorry for asking, but I am a noob when it comes to MVC.
Thank you very much for your help.
2 Answer(s)
-
0
hi
Try to remove the
lp-topmenu
inaspnet-core\src\MyCompanyName.MyProjectName.Web.Public\Themes\Lepton\Layouts\Public\Default.cshtml
-
0
hi
Try to remove the
lp-topmenu
inaspnet-core\src\MyCompanyName.MyProjectName.Web.Public\Themes\Lepton\Layouts\Public\Default.cshtml
Thank you very much maliming :) I did not expect it to be that easy.