Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #221435

    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?

    #221475

    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

    #221824

    Thx Ismael. I will try it.

    #221948

    Hey!

    Please try it and let us know so we can mark thread as resolved :)

    Cheers!
    Yigit

    #222879

    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.

    #223050

    Hey!

    I will not close it and it will be on hold until you post. So feel free to post after you try it :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Cant control image size no mater what I do ???’ is closed to new replies.