I have spent way too much time trying to insert a tall and thin image the size I want it next to some type that is on the right in a text block. I have resized the image countless times, but it is either really big or really small. The wordpress editor has no effect. I inspected the code, but there is no css that i can insert to stop this from happening. The image size will not change. I have tried multiple column sizes and different ways of putting an image next to text. Nothing.
Utterly frustrating.
Can you help with this?
Hi fgrippe!
Add the class selector “alignleft” on the anchor tag. You can add something like this on the Text Block:
<a class="alignleft" href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21.jpg"><img class="awesome-image" alt="Awesome Balloons" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21-300x195.jpg"/></a>
Use the “awesome-image” selector to specify the width and height of the image on Quick CSS:
.awesome-image {
width: 100px;
height: auto;
}
Best regards,
Ismael
Thx Ismael. I will try it.
Hey!
Please try it and let us know so we can mark thread as resolved :)
Cheers!
Yigit
Thanks so much for your really fast replies as always. You guys are truly the best at support. I really mean that.
I haven’t had a chance to try this yet, so you can consider this resolved if you want.