Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1086970

    I need to align in the middle these 3 images, one next the other… under “Carta Servizi Salute”..I really don’t know how to do it

    #1087371

    Hey claudioaddobbatim2r2,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-619 .avia-builder-el-24 .av_textblock_section  {
      text-align:center;
    }

    Best regards,
    Rikard

    #1087400

    hey Rikard – i thought he likes to have the one on the left – the next to the center and the last do the right – then

    give a custom class to the text-block element like : images-in-line
    do this to quick css:

    .images-in-line img:nth-child(2) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .images-in-line img:nth-child(3) {
        position: relative;
        float: right;
    }
    #1087716

    Hi,

    You might be right @guenni007, let’s see if there will be any feedback.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.