Shadows and Breakpoints

Hi,

how ist it that when i a dropshadow to an image with rounded corners the shadow will always look like a rectangle and not rounded? See picture attached.

Second: Can you help me the code so that when those orange boxes reach the 980px breakpoint the picture always stays on top and the text appears below it?

Thank you in advance

Hello @eckiles,

Thanks for writing to us.

To get the rounded corners of the image box shadow I would suggest you go to the image element and set the Outer border radius.

To get the image at the top and text under the image you need to set the column layout as one column on the responsive mode for that you need to go to the Row—>click on the Template —>set the column layout as one column for small screens.

In case you have not seen the doc on responsive styling please have a look at it to learn more about changing the column layout to different breakpoints.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.