Centering an image

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue Sep 17, 2013 12:00 pm
Hi :)

Is there some code in TWN2 that forces article images to float:left; ?

I have tried to add the code below to the image but it still floats left.

Code: Select all
display: block; margin-left: auto; margin-right: auto;


I tried
Code: Select all
clear:both;
also, but with no effect.

Article link: http://188.65.117.74/~ebmecouk/index.ph ... Itemid=109

Any thoughts, please?

Thanks.
User avatar
Senior Boarder

GK User
Tue Sep 17, 2013 1:01 pm
Please edit: /templates/gk_twn2/css/override.css and add at its end:
Code: Select all
.articleContent img {float: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Sep 17, 2013 2:11 pm
Thanks Cyberek,
I just wanted to check before applying an unnecessary override.

Cheers. :)
User avatar
Senior Boarder

GK User
Wed Sep 18, 2013 10:21 am
No problem.
User avatar
Moderator


cron