This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
I have a flex container which has a segment inside.
Each segment row has a flex container.
I want to put a shadow on the flex containers inside the segment rows but somehow the shadow only works when I click Inner Shadow.
Also is there a way to put shadow on all four sides?
Shadow will work only when the skin gets forked and the shadow for the widget can be applied the X and Y offset.
Dist X: Denotes the horizontal shadow distance away from the widget. When a positive Dist X value is entered the shadow is moved to the right-side of a widget. When a negative value is entered the shadow is moved to the left-side of a widget.
Dist Y: Denotes the vertical shadow distance away from the widget. When a positive Dist Y value is entered, shadow is moved to the top-side of a widget. When a negative value is entered the shadow is moved to the bottom-side of a widget.
As of now, we can not apply the shadow for all four sides through Skin. But in the desktop web we have Custom CSS support, using Custom CSS we can apply the shadow for four sides.