No matter what I try, I can\'t center something in Bootstrap navbar, any solutions for it?
I\'ve tried adding a div, using margin:0 auto; or marg
margin:0 auto;
marg
from the docs
Navbars may contain bits of text with the help of .navbar-text. This class adjusts vertical alignment and horizontal spacing for strings of text.
i applied the .navbar-text class to my element, so the result is
this centers the links vertically with respect to my navbar-brand img