Retina and dimensions shifts image

Hi guys,

The images in the bottom part of the page were centered using the suggestion by @nico in this thread: https://theme.co/apex/forum/t/center-image-in-a-column/27394/3

It worked great until I decided to use the Retina & Dimensions feature https://prnt.sc/joaq8a, which shifted the images https://prnt.sc/joaq77 out of their center alignment

Anyway to fix this?

Hi,

To fix it, you can add this in Cornerstone > CSS

.image-center img  {
   margin:0 auto;
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.