kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 506 forks source link

Width of toast #40

Closed codefernandes closed 6 years ago

codefernandes commented 6 years ago

Hi, exist a way to change de width of a toast ?

If exist, how i can do it ?

Thank´s

kamranahmedse commented 6 years ago

Hey, you can do that applying CSS to .jq-toast-single

codefernandes commented 6 years ago

Thank´s Kamran !!!

sabiland commented 4 years ago

It's actually .jq-toast-wrap class to modify.

DhiaDjobbi commented 3 years ago

Yes, you can do that with CSS. Here is an example:

.jq-toast-wrap {
    width:300px;
}