Hi @matiasek285,
Thanks for using our plugin.
We have already added shadow to the box.
Please share your Website specific page URL where you are using our plugin, so that I may check and provide you an appropriate solution.
Thanks
I check the website on xamp so I have no way to provide a link. Somewhere these options are in the widget settings?
Hi @matiasek285,
Could you share a screenshot of your timeline?
Thanks
Hi @matiasek285,
Please try given below Custom CSS.
.twae-horizontal .twae-data-container {
-webkit-border-radius: 6px!important;
-moz-border-radius: 6px!important;
border-radius: 6px!important;
box-shadow: 0px 0px 8px 3px rgb(105 103 103 / 59%)!important;
}
Thanks
Hi @matiasek285,
Please try this Custom CSS:-
.twae-horizontal .twae-story-info {
-webkit-border-radius: 6px!important;
-moz-border-radius: 6px!important;
border-radius: 6px!important;
box-shadow: 0px 0px 8px 3px rgb(105 103 103 / 59%)!important;
}
If it doesn’t work then I can provide you solution only after checking your timeline.
Thanks
It works. Thank you so much for help