Enable center the image in web module

mohammad

Member
Hey everyone.i am making about us page but i can not put the picture in the center.what is your suggestion?

ارسال شده از GT-I8190s با استفاده از AppYet
 

joseph raphael

Well-Known Member
use <center></center> in the HTML code of the page itself
or use "text-align:center;" in the CSS header.

both will work, you can also make the image responsive to fit all devices screens.
 
Top