Issue from last update

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
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Issue from last update

Post by Pablo »

I doubt that this is directly related top the update.
Custom code will be published "AS IS"

The container of the code (ml-container) does not have a specified width.
This may help:

Code: Select all

<style>
.ml-container
{
   width: 100%;
}
</style>
cmsintent
 
 
Posts: 101
Joined: Tue Oct 09, 2007 4:59 pm
Location: Alberta, Canada
Contact:

Re: Issue from last update

Post by cmsintent »

Worked like a charm ... THANKS!

If you have time ... quick question ... how did you determine: .ml-container

I don't see that in the coding or website build?

Appreciate all you do!
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Issue from last update

Post by Pablo »

I used the browser's debugger (F12) to view the code.
Post Reply