Toast

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
zinc
 
 
Posts: 2191
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Toast

Post by zinc »

Pablo;

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

Z
Running WYSIWYG Web Builder since 2007...
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Toast

Post by Pablo »

You can try this:

Code: Select all

<style>
#Toast1
{
   width: 100% !important;
}
</style>
User avatar
zinc
 
 
Posts: 2191
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: Toast

Post by zinc »

It does not seem to do anything and I placed it in Custom Style.
Running WYSIWYG Web Builder since 2007...
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Toast

Post by Pablo »

It should be placed between the head tags of the page HTML.
User avatar
zinc
 
 
Posts: 2191
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: Toast

Post 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!
Running WYSIWYG Web Builder since 2007...
Post Reply