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.
-
- 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...
See you around...
-
- Platinum Boarder
- GK User
- Sat Sep 07, 2013 1:37 am
http://twfix.us/beta25/ml2013/index.php?option=com_content&view=article&id=63&Itemid=425
Images placed in a table always left justify.
Images placed in a table always left justify.
-
- Fresh Boarder
- GK User
- Sat Sep 07, 2013 1:38 am
-
- Fresh Boarder
- GK User
- Sat Sep 07, 2013 7:26 am
You can use following css code.
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...
- 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...
-
- Platinum Boarder
- GK User
- Mon Sep 09, 2013 3:25 pm
Thanks, that worked.
-
- Fresh Boarder
- GK User
- Mon Sep 09, 2013 8:47 pm
No problem, see you around...
-
- Platinum Boarder
7 posts
• Page 1 of 1