Shape 5

Wordpress Club Themes => Incline - Club => : debjy September 10, 2015, 03:35:14 AM



: Centering image on front page (in widget)
: debjy September 10, 2015, 03:35:14 AM
Hi I have an image in the Top row 1.1 and I cannot get it to centre on the page dynamically?
That is when I make the page larger it seems to stay to the right?
http://st-es.com.au/stes/


: Re: Centering image on front page (in widget)
: Tristan Rineer September 10, 2015, 06:36:25 AM
Replace the code you have now with this:

:
<img style="display: block; margin: 0px auto;" alt="" src="http://st-es.com.au/stes/wp-content/themes/s5_incline/images/mainimage.png">


: Re: Centering image on front page (in widget)
: debjy September 15, 2015, 05:57:04 AM
Replace the code you have now with this:

:
<img style="display: block; margin: 0px auto;" alt="" src="http://st-es.com.au/stes/wp-content/themes/s5_incline/images/mainimage.png">

Thank you :)