generatepress
generatepress copied to clipboard
Navigation location bug in RTL
Reference: https://generatepress.com/forums/topic/different-header-layout-per-language/#post-1764120
Not sure of the best way to "fix" this.
I suppose we could set the navigation location default to "nav-float-left" (https://github.com/tomusborne/generatepress/blob/3.0.3/inc/defaults.php#L39) like we do here: https://github.com/tomusborne/generatepress/blob/3.0.3/inc/defaults.php#L35
Trouble with changing defaults is we need to consider backward-compatibility.