Home › Forums › Support › Secondary_nav_settings This topic has 3 replies, 2 voices, and was last updated 4 years ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 6, 2019 at 4:04 pm #831078 Keith Messinger In the secondary_nav_settings where can I set the text to align right? Using GeneratePress Child. GP Premium 1.7.8 March 6, 2019 at 4:40 pm #831110 TomLead Developer Lead Developer Hi there, I assume you don’t want to use the Customizer option in Customize > Layout > Secondary Navigation? If not, you could try this: add_filter( 'option_generate_secondary_nav_settings', function( $options ) { $options['secondary_nav_alignment'] = 'right'; return $options; } ); Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 7, 2019 at 12:17 pm #832091 Keith Messinger Thanks Tom. For some reason I overlooked Customize > Layout > Secondary Navigation > Navigation Alignment. Like grandma used to say, “If’n it had been a snake, it would’ve bit me.” March 7, 2019 at 3:47 pm #832264 TomLead Developer Lead Developer Haha, glad I could help 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In