Forums
Forums / Theme: Hamilton / smaller images in posts?
(@luciahae)
8 years, 5 months ago
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!
(@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
The topic ‘smaller images in posts?’ is closed to new replies.