Custom Site Logo Width Adjustment

By default, Royale limits the site logo width to 100px, but here’s some CSS to paste into Settings > Code > CSS, to adjust the logo width to your needs.

@media screen and (min-width: 480px) { header.theme .shift #site_logo { max-width: 200px; } }

Then adjust the 200px value to best suit your site layout needs.

Was this helpful?