adsense

Tuesday, July 21, 2020

change height/width of toast message

You can use following css to change height/width of the toast message/

#toast-container-id > div {
   width: 250px;
   height: 250px;
}

cheers
Samitha