Closed codefernandes closed 6 years ago
Hey, you can do that applying CSS to .jq-toast-single
Thank´s Kamran !!!
It's actually .jq-toast-wrap class to modify.
Yes, you can do that with CSS. Here is an example:
.jq-toast-wrap {
width:300px;
}
Hi, exist a way to change de width of a toast ?
If exist, how i can do it ?
Thank´s