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

    Hello,

    I’m tryin to figure out the best way to center the images on my website. I have a row of 3 and then underneath a row of 2. I’m trying to make the 2 centered under the 3 like the sample.

    #1102745

    Hey oscarluque,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #services {
        text-align: center;
    }
    
    #services .flex_column.av_one_third {
        display: inline-block;
        float: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1103058

    Thank you Nikko

    #1103086

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center images’ is closed to new replies.