• Resolved Toosheds

    (@toosheds)


    On the IMAGE WITH TEXT element I would like to have the image and title center aligned. Is there a way to do this with custom .css?

    Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi Toosheds,

    Yes, you can try to use this custom css code below for that

    .evc-image-with-text {
        text-align: center;
    }
    
    .evc-image-with-text .evc-iwt-image img {
        margin: 0 auto;
    }

    Best regards,
    Nenad

    Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi Toosheds,

    This ticket is inactive too long, I will close it. Thanks

    Best regards,
    Nenad

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image and Text Alignment’ is closed to new replies.