How can I modify the Turbo theme logo bar to scroll horizontally?

Hi @robnaples ,

Please change code:

@media only screen and (max-width: 798px) {
	#shopify-section-template--16322477523195__16609189102308e234 .logo-bar {
		white-space: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
	}
}