- Posts: 6
- Thank you received: 6
Text alignment with images
- rimc design
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 2 weeks ago #1041
by rimc design
Text alignment with images was created by rimc design
Hello!
I'm having trouble diagramming texts with images. Apparently simple insertion of a left aligned image with text overlays is causing. See the attached sample "img_01." In the admin panel this problem does not appear (see "img_02"), is seen only when the frontend.
Can you help me?
I'm having trouble diagramming texts with images. Apparently simple insertion of a left aligned image with text overlays is causing. See the attached sample "img_01." In the admin panel this problem does not appear (see "img_02"), is seen only when the frontend.
Can you help me?
Attachment img_01.jpg not found
Attachment img_02.jpg not found
Attachments:
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 2 weeks ago #1049
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Text alignment with images
Hi,
You can add this css into css/customs.css
If joomla 2.5:
If Joomla 1.5:
Hope this help
Thanks for using our products!
You can add this css into css/customs.css
If joomla 2.5:
Code:
.blog .item img.left,
.blog .items-leading img.left,
.item-page img.left {
float: left;
margin: 0 15px 15px 0;
}
.blog .item img.right,
.blog .items-leading img.right,
.item-page img.right{
float: right;
margin: 0 0 15px 15px;
}
Code:
.joomla .blog .item img.left,
.joomla .article img.left {
float: left;
margin: 0 15px 15px 0;
}
.joomla .blog .item img.right,
.joomla .article img.right{
float: right;
margin: 0 0 15px 15px;
}
Hope this help

Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: rimc design, makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds