Dawn Theme: Multicolumn images (in circles) are too big

I can’t get the images inside the circles of the multicolumn section sized appropriately. I want them smaller and the picture zoomed out (the same on all four).

I am switching to a different format (Boundless to Dawn) and haven’t published Dawn yet. I want to correct these things first.

https://www.perfectlyaddicted.com

Hi @PABoutique ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.multicolumn-list__item.center .media--adapt {
    border-radius: 50% !important;
    padding-bottom: 100% !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like