Page 1 of 1

Re: Issue from last update

Posted: Sat Apr 24, 2021 6:44 am
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>

Re: Issue from last update

Posted: Sat Apr 24, 2021 4:50 pm
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!

Re: Issue from last update

Posted: Sat Apr 24, 2021 5:00 pm
by Pablo
I used the browser's debugger (F12) to view the code.