Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1488898

    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

    #1488901

    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.

    #1488903

    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

    #1488934

    I got it!

    Many thanks,
    BR,

    Antonio.

    #1488969

    Hi,

    Great! Please don’t hesitate to open another thread if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Color section aligned to the center of its content’ is closed to new replies.