• Resolved luciahae

    (@luciahae)


    is there any way to display the images smaller when clicking on a post?

    other than that I really like the theme – very pretty and intuitive!

    • This topic was modified 7 years, 3 months ago by luciahae.
Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @luciahae,

    Glad you like Hamilton! You can adjust the width of images on single posts and pages by going to Appearance > Customize > Extra CSS, and pasting the following:

    .featured-image {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 800px;
    }

    You can change the maximum width of the image by adjusting the width value.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘smaller images in posts?’ is closed to new replies.