Page 1 of 1

Toast

Posted: Fri Mar 04, 2022 10:55 am
by zinc
Pablo;

Is there any way via code I could make the toast to be full width?

Z

Re: Toast

Posted: Fri Mar 04, 2022 11:04 am
by Pablo
You can try this:

Code: Select all

<style>
#Toast1
{
   width: 100% !important;
}
</style>

Re: Toast

Posted: Fri Mar 04, 2022 11:20 am
by zinc
It does not seem to do anything and I placed it in Custom Style.

Re: Toast

Posted: Fri Mar 04, 2022 12:08 pm
by Pablo
It should be placed between the head tags of the page HTML.

Re: Toast

Posted: Fri Mar 04, 2022 12:50 pm
by zinc
Pablo wrote: Fri Mar 04, 2022 12:08 pm It should be placed between the head tags of the page HTML.
aha! Thank you Pablo!