Re: Issue from last update
Posted: Sat Apr 24, 2021 6:44 am
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:
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>