Toast
Posted: Fri Mar 04, 2022 10:55 am
Pablo;
Is there any way via code I could make the toast to be full width?
Z
Is there any way via code I could make the toast to be full width?
Z
WYSIWYG Web Builder
https://www.wysiwygwebbuilder.com/community/
https://www.wysiwygwebbuilder.com/community/viewtopic.php?t=94375
Code: Select all
<style>
#Toast1
{
width: 100% !important;
}
</style>aha! Thank you Pablo!