Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1437657

    hi there, i have this set to ‘display icon at the right side of the whole content block’ which is what i want, but it’s aligning the whole icon box block to the right of the column it sits in.
    AWDL 2024-03-20 at 13.28.49
    i’d like the block to remain centred – how do i achieve this please?

    #1438047

    Hey Jason,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

     .flex_column.avia-builder-el-12 {
        display: flex;
        justify-content: center;
     }

    But I recommend adding a custom class to the column like “center-column” and then adjust the css:

     .center-column {
        display: flex;
        justify-content: center;
     }

    Best regards,
    Mike

    #1438393

    perfect – many thanks Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon box alignment’ is closed to new replies.