Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1432387

    Hi,

    How do I centre the title and icon in the Icon Boxes here?

    https://www.rosevel.ie

    #1432451

    Hey ballindigital,

    Thank you for the inquiry.

    You can add this css code to align the content of the icon boxes to the center.

    .av-lgmpw4id-df67b23b192e50caf808cf12e16beaf6 .iconbox_content .entry-content-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .av-lgmpw4id-df67b23b192e50caf808cf12e16beaf6 .iconbox_content .iconbox_content_container {
        text-align: center;
    }
    

    Best regards,
    Ismael

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