Image Alignment

LavaPro theme support image alignment in left , right, center and no alignment.

Check live demo of image alignment
http://demo.drupar.com/lavapro/image-alignment

Screenshot
image

How align images

Please use below sample codes for image alignment.

Left Image Alignment

Use class left for left image alignment. Check below sample code for left image alignment.

<img class="left" src="http://images.drupar.com/set1/img1.jpg">

Right Image Alignment

Use class right for right image alignment. Check below sample code for right image alignment.

<img class="right" src="http://images.drupar.com/set1/img1.jpg">

Center Image Alignment

Use class center for center image alignment. Check below sample code for center image alignment.

<img class="center" src="http://images.drupar.com/set1/img1.jpg">

No Image Alignment

Do not define any class for image. Check below sample code for no image alignment.

<img src="http://images.drupar.com/set1/img1.jpg">