TechnoSparks
toshudhiman Here, put this in your global_stylesheet.css file (if you don't have one, simply create it)
.imgCenter
{
margin: 0 auto;
display: block;
}
Copy code
Afterwards when you are creating an image block, simply apply this class in the class drop down. Your image will be centred on the page.