Hugo-theme-zzo: how can I change navbar menu direction?

Created on 20 Feb 2020  路  4Comments  路  Source: zzossig/hugo-theme-zzo

in my blog when I switch between languages, menu direction changes because of RTL mode.
is there any parameter for param.toml to set direction?

Most helpful comment

You can set navbardir in languages.toml file

[en]
  title = "Zzossig's Blog"
  languageName = "English"
  weight = 2
  languagedir = "ltr"
  contentdir = "content/en"
  navbardir = "ltr"

All 4 comments

No, we don't have options for it.
Do you want to keep navbar direction the same with the LTR when RTL?

yes I think ltr direction for the menu is better than rtl direction
but It would be perfect if you add this option, It can be used for each menus.toml config

You can set navbardir in languages.toml file

[en]
  title = "Zzossig's Blog"
  languageName = "English"
  weight = 2
  languagedir = "ltr"
  contentdir = "content/en"
  navbardir = "ltr"

great thank you

Was this page helpful?
0 / 5 - 0 ratings