Xzya / hugo-bootstrap

This is a simple Hugo theme using Bootstrap v4.
MIT License
76 stars 51 forks source link

Language drop down not correctly positionned #10

Closed jonjbar closed 6 years ago

jonjbar commented 6 years ago

As the language drop down is on the right of the navbar, it could be shown partly outside of the page. Suggestion: in partials/header.html

Replace:

<div class="dropdown-menu" aria-labelledby="navbarDropdown">

With:

<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">

Reference documentation: https://getbootstrap.com/docs/4.1/components/dropdowns/#menu-alignment