hi could someone tell me how to make the logo larger its to small for me
cloudten10 Hi Add this code in custom css
.navbar-brand img { max-height: 50px; }
Increase max height value as per needs.