Skip to content

Logo and Navigation centered #2106

Answered by IanDelMar
DLX23 asked this question in Q&A
Mar 15, 2023 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

In global-templates/navbar-collapse-bootstrap5.php line 22:

-<div class="<?php echo esc_attr( $container ); ?>">
+<div class="<?php echo esc_attr( $container ); ?> justify-content-center">

Add this CSS

.navbar-collapse {
  flex-grow: 0;
}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DLX23
Comment options

Answer selected by DLX23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants