Depending what theme you are using, there should be a way to do it through theme settings. Have a look under **Appearance -> Customize** for example.
For a temporary quick fix, add the following to your “**Additional CSS**” section under **Appearance -> Customize -> Additional CSS** and press “**Publish**” :
Depending what theme you are using, there should be a way to do it through theme settings. Have a look under **Appearance -> Customize** for example.
For a temporary quick fix, add the following to your “**Additional CSS**” section under **Appearance -> Customize -> Additional CSS** and press “**Publish**” :
:root {
margin-left: 40px;
margin-right: 40px;
}