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

Hi @robnaples ,

Please add code:

.logo-bar {
		white-space: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
}

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.