Hello,
My shop’s logo width slider bar maxes out at 300px. Is there any way to increase the logo width to 500px in the Ride theme?
Thanks!
Hello,
My shop’s logo width slider bar maxes out at 300px. Is there any way to increase the logo width to 500px in the Ride theme?
Thanks!
Hi @tiana_otis , can you share your store url?
Thanks for the quick response, @Abdosamer ! My current store theme is Minimal, but I’m in the process of customizing the Ride theme. It’s not live yet, but here’s a preview of the new store in the Ride theme if that’s helpful: https://uxxfdcdm22ksjwwq-27549335622.shopifypreview.com.
@tiana_otis , where is the logo on the page?
@Abdosamer It’s the rainbow text/wordmark at the top of the page just underneath the green “Sign up for our newsletter for 10% off your first order.” bar.
@tiana_otis , go to base.css and add the following code:
.header__heading-logo {
height: auto;
max-width: 100%;
width: 500px !important;
}
That worked! Thank you so much, @Abdosamer !!