Hello, C.M!
Add this code, below the one I gave you in the previous post:
@media screen and (min-width: 1400px) {#footer-wrapper .container{
width: 1400px;
padding: 10px 0px;
}
}
So your code on the end should look like this:
@media screen and (max-width: 1400px) and (min-width: 320px){#footer-wrapper .container{
width: 100%;
}
}
@media screen and (min-width: 1400px) {#footer-wrapper .container{
width: 1400px;
padding: 10px 0px;
}
}
http://prntscr.com/hzwykb
For the width of the single widgets use the codes below:
/* CHI SIAMO - text widget*/
#text-6{
width:80%
}
/* SITEMAP - Nav menu widget */
#nav_menu-2, #nav_menu-3{
width:80%
}
/* CONTATTI - custom_html widget*/
#custom_html-3, #custom_html-3{
width:80%
}
http://prntscr.com/hzx1xy
Change the width value per your wish.
Regards