Hi,
I have 2 things I’m trying to solve. I need to change the logo size to be wider in Dawn theme. And I need to change the image size for the MultiColumn row. How do I achieve both of these? Thank you!
Hi,
I have 2 things I’m trying to solve. I need to change the logo size to be wider in Dawn theme. And I need to change the image size for the MultiColumn row. How do I achieve both of these? Thank you!
plz share your store url
Hi, @KokieChick
You can try this code
note: you can increase/decrease the value 300 to your desire.
.header__heading-logo {
max-width: 380px !important;
}
what do you want to do with a multi-column row?
Thank you, that worked great for the header. My next question in regards to the multi-column row, is the image size.
On the old theme I had - Debut - the image size was much larger, which you can see at www.consignmentfurniture.com. How do I get the image size large?
Thanks!
Plz paste this code at the bottom of base.css
.multicolumn-card__image-wrapper--third-width {
width: 93% !important;
}
Thank you! That worked.
Ahsan
I’ve tried pasting that code at the bottom of my base file after the last } and before it. I don’t see any size change.
Dawn theme