Hi!
I have tried everything but there seems to be something wrong on my page. I changed the Theme some weeks ago and cant change the Gallry view in the posts. At the moment ithe thumbnails look so tiny in all posts i used the “wordpress gallery before”. How can I make those pictures bigger?
Thank you!
Kind regards
Viktoria
Hey Viktoria!
Try adding this to your custom CSS.
.gallery-item {
height: auto !important;
width: auto !important;
}
Cheers!
Elliott