Ability to control widget width

It can be done via CSS code:

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

However, such settings would be a great help! Thanks!

1 Like