image alignment

Create a successful portfolio or freelance web design showcase website Joomla theme discussion forum.
GK User
Fri Sep 06, 2013 8:35 pm
I want to be able to center justify some of my images. All are left justified.
User avatar
Fresh Boarder

GK User
Sat Sep 07, 2013 1:27 am
Which image are you referring to, perhaps a screenshot or a url would help us to identify correct css code.

See you around...
User avatar
Platinum Boarder

GK User
Sat Sep 07, 2013 1:37 am
User avatar
Fresh Boarder

GK User
Sat Sep 07, 2013 1:38 am
User avatar
Fresh Boarder

GK User
Sat Sep 07, 2013 7:26 am
You can use following css code.

Code: Select all
.articleContent table img {
    float: none;
    margin-left: auto;
    margin-right: auto;
}


You can add this css to override.css located in templates css folder and then enable css override option in template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder

GK User
Mon Sep 09, 2013 3:25 pm
Thanks, that worked.
User avatar
Fresh Boarder

GK User
Mon Sep 09, 2013 8:47 pm
No problem, see you around...
User avatar
Platinum Boarder


cron