Hi,
I would like aligned center the content of the color section the id is #cont_planos
Now is not align, see the attached images with differents widths.
Could you help me?
Many thanks,
BR,
Antonio
Hi,
I have find this in the first colum inside (#colum_tabla)
body div .first, body div .no_margin {
/* margin-left: 0; */
}
body .unit.alpha, body .units.alpha, body div .first {
/* margin-left: 0; */
clear: left;
}
I removed in the Google Console and the columns are center but I have tried to create a css with margin-left: unset; but it do not works.
BR,
Antonio.
Hi again!
I have find this in the documentation:
/* Center align columns inside color section*/
#ih-center-align-columns .entry-content-wrapper,
#eh-center-align-columns .entry-content-wrapper .flex_column_table {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: center;
}
#eh-center-align-columns .av-flex-placeholder {
display: none;
}
But I have added:
#colum_tabla .entry-content-wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: center;
}
But it do not works.
Many thanks!
BR,
Antonio
I got it!
Many thanks,
BR,
Antonio.