Hi andrewwinkler
You should separate your questions info different topics, it would be helpful if others have the same concern.
For the topbar links, you can try this custom css:
@media (max-width: 576px) {
.t3-topbar .topbar-right>div {
float: left;
padding-left: 5px;
padding-right: 5px;
font-size: 11px;
}
}