Change widget width

Add this code to the Custom CSS field on the Appearance tab of your FAQ widget’s settings:

.eapps-faq-container {
max-width: 800px;
margin: 0 auto;
}