Center image in image block
Permalink
Hi, is there an easy way to center (align) images used in an image block?
Thanks!
Thanks!
One way is by CSS (the image block has selector you can use). You have a lot of ways to align img (search on google). Exanple:
http://stackoverflow.com/questions/7055393/center-image-using-text-...
in my opnion the simple way is to surrond the image by <p> with style "text-align: center" and thats it :) (make custom template)
http://stackoverflow.com/questions/7055393/center-image-using-text-...
in my opnion the simple way is to surrond the image by <p> with style "text-align: center" and thats it :) (make custom template)
Try applying centre-block as a custom class to your image block.