diff --git a/htdocs/websites/index.php b/htdocs/websites/index.php
index 523e7b7e56128ed6b4780277c8c712c107375f70..4cbf0c7df5fa156ad011ee62d3b0249818bd0b5f 100644
--- a/htdocs/websites/index.php
+++ b/htdocs/websites/index.php
@@ -1246,7 +1246,7 @@ if (count($object->records) > 0)
 
         print '<div class="centpercent websitebar"'.($style?' style="'.$style.'"':'').'">';
 
-        print '<div class="websiteselection hideonsmartphoneimp monwidth100">';
+        print '<div class="websiteselection hideonsmartphoneimp minwidth100">';
         print '<input type="submit"'.$disabled.' class="button" value="'.dol_escape_htmltag($langs->trans("AddPage")).'" name="create">';
         print '</div>';