- Posts: 29
COMMUNITY FORUM
[SOLVED] Image alignment
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
9 years 10 months ago #144418
by Alvaro
Image alignment was created by Alvaro
Hello, I need to put text around an image in an article in K2.
But I click the image and I don't have the option to put text to the right or to the left.
I tried uploading an image from the image link below the editor and I chose left, and it didn't work, it still shows the text below the image.
How can I fix it?
Thank you very much.
Best regards,
Alvaro
But I click the image and I don't have the option to put text to the right or to the left.
I tried uploading an image from the image link below the editor and I chose left, and it didn't work, it still shows the text below the image.
How can I fix it?
Thank you very much.
Best regards,
Alvaro
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #144431
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Image alignment
Hello Alvaro,
Is there a link to your site?
Is there a link to your site?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
9 years 10 months ago #144599
by Alvaro
Replied by Alvaro on topic Image alignment
Hello, thank you for your help.
The link is taekwondouruguay.uy/index.php/noticias/2011/item/3-rocha-donde-nace-el-taekwondo-de-la-patria
You'll se in the article a big picture before the text, and the same picture small at the beggining of the text, I'm trying to make the text align to the right of the image, to surround it but I can't. The idea is to use other picutures in the articles, but I can't make the alignment work.
Thank you very much.
Alvaro
The link is taekwondouruguay.uy/index.php/noticias/2011/item/3-rocha-donde-nace-el-taekwondo-de-la-patria
You'll se in the article a big picture before the text, and the same picture small at the beggining of the text, I'm trying to make the text align to the right of the image, to surround it but I can't. The idea is to use other picutures in the articles, but I can't make the alignment work.
Thank you very much.
Alvaro
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
9 years 10 months ago #144604
by william white
Replied by william white on topic Image alignment
adding float:left; to div.itemFullText img in k2.css line200 will bring the text up. You will probably also have to put padding around the image to get what you want.
Best to work in a copy of k2.css located in your templates./css folder or a custom.css in the same folder if your template provides a way for this to load.
This will affect all your images and you will need to do a override for a specific category and add a class to the image tag there if you want it to only affect one category.
Best to work in a copy of k2.css located in your templates./css folder or a custom.css in the same folder if your template provides a way for this to load.
This will affect all your images and you will need to do a override for a specific category and add a class to the image tag there if you want it to only affect one category.
Please Log in or Create an account to join the conversation.
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
9 years 10 months ago #144650
by Alvaro
Replied by Alvaro on topic Image alignment
Thank you very much, I'll try it and I'll let you know.
Best regards,
Alvaro
Best regards,
Alvaro
Please Log in or Create an account to join the conversation.
- Alvaro
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
9 years 10 months ago #144965
by Alvaro
Replied by Alvaro on topic Image alignment
Hello, I tried the alignment and it worked.
Thank you very much.
Best regards,
Alvaro
Thank you very much.
Best regards,
Alvaro
Please Log in or Create an account to join the conversation.