@FakhriAshour you need to set a max-width on that sections.
Just add this into your theme CSS file:
.tooltips-section {
max-width: 73.8rem;
margin: 0 auto;
}
@FakhriAshour you need to set a max-width on that sections.
Just add this into your theme CSS file:
.tooltips-section {
max-width: 73.8rem;
margin: 0 auto;
}