Change Logo Size & Image Size in MultiColumn in Dawn Theme

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

https://lrppxvlkx81jnlbo-44705087645.shopifypreview.com

Hi, @KokieChick

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.

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?

1 Like

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;
}
1 Like

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