Thanks, bdanzer29! I added your code but nothing happened so I played around with it and made it so the navbar does not appear in the mobile/ipad versions and so that the menu is visible.
@media screen and (max-width: 1024px) {
.header-bar {
display:none;
}
span.menu-toggle {
margin-top:-8px;
margin-bottom: 27px;
padding-bottom:15px;
}
}
Since I’ve resolved this issue, I just wanted to say that I actually installed a plugin that lets you add images to a menu and added everything to the navbar, made it fixed, and aligned them properly. Thank you two for helping me!