Hi,
when I reduce x-section width via CSS the content go on the left: https://tozzistudio.com/elena-e-pavel-xxx/
Do you know why? I would like it to remain central.
I use this code:
.e3995-17.x-section {
width: 88%;
max-width: 800px;
}
.e3995-5.x-section {
width: 88%;
max-width: 800px;
}
.e3995-9.x-section {
width: 88%;
max-width: 800px;
}
.e3995-13.x-section {
width: 88%;
max-width: 800px;
}
.e3995-21.x-section {
width: 88%;
max-width: 800px;
}
Many thanks


