Change Image Size

  • Issue description:
    I’d like to enlarge the image size (arrow) to cover most of the area (green box) under the heading instead of it being restricted to the small box

  • Link to the page with the widget in question:
    (widget is not yet published) Screenshot attached

2 Likes

Hi there, @Clique_Agency :wave:

I’ve forwarded your request to the devs and will get back to you tomorrow :slightly_smiling_face:

2 Likes

Hi there, @Clique_Agency :wave:

This code should do the trick:

[class*='ItemLayoutThree__Component-sc'] {
  width: 100%!important;
}

[class*='Image__ImageComponentContainer-sc'] {
  max-width: 100%!important;
  max-height: 600px!important;
}

[class*='Image__ImageComponent-sc'] {
  height: 600px!important;
}

Just add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

2 Likes