Jump to content

Edit History

Another solution if you work on a large screen, is to change the admin template in \src\PrestaShopBundle\Resources\views\Admin\Product\ProductPage\product.html.twig line 59

change

    <div id="form-loading" class="col-xxl-10">

to

    <div id="form-loading" class="col-xxl-12">

and clear var/cache/

Another solution if you work on a large screen, is to change the admin template in \src\PrestaShopBundle\Resources\views\Admin\Product\ProductPage\product.html.twig line 59

change

    <div id="form-loading" class="col-xxl-10">

to

    <div id="form-loading" class="col-xxl-12">

 

×
×
  • Create New...