• Resolved thelucyspace

    (@thelucyspace)


    Hi,

    Can you tell me how i can change the size of the photos in the linked page? I changed all photo widths to 650 through the html for the post but it did not work.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • corewpress

    (@corewpress)

    Hello @thelucyspace,

    Welcome back!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .entry img {
        width: 650px;
    }

    This code will fix all the images in ALL your posts to be 650px width. I hope this is what you were looking for.

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    Can I ask a similar question on this topic? 🙂 Is 650 px a standard width in this theme if I have one main column and then a smaller widget column? I wonder if I should use this same css as well to get my photos good in my future blog posts 🙂 I have the site ayoungerskin.com

    Thanks a lot!

    Best regards
    Ann

    Hello @ayoungerskin,

    It will depend in what template are you. The 650px is for the internal pot template. But an easy way to test that, is adding the code and check how it looks.

    If you have any issues or it doesn’t fit well, just let me know.

    Kind regards,
    Diego

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change photo size’ is closed to new replies.