Show more pictures in the main page
- The topic ‘Show more pictures in the main page’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Is it any way of showing more pictures in the main page? Like reducing they size?
The original format shows an 3×3 grid, and after that the user need to load more posts. I wish to make something like 5×5? Is there any possibility of doing so? Like by adding an CSS code?
Thanks,
Lourenço
The blog I need help with is: (visible only to logged in users)
Hi there – with some custom css you can change the number of images.
.home .content-posts.content-masonry .grid-sizer,
.home .content-posts.content-masonry article {
width: 20%;
}
There’s info on using custom css here:
https://en.support.wordpress.com/custom-design/custom-css/