Seeking a solution to modify the default positioning of a container within the Bootstrap navbar. By default, it is vertically centered in the navbar wrapper (refer to the image below), but I would like it to be aligned to the top.
https://i.sstatic.net/XUFaP.png
Currently, I am using the basic Bootstrap navbar example with a few modifications.
I attempted to apply a vertical-align property to the .navbar and .container classes, but it did not yield the desired result. Perhaps it involves a flex setting?