Hi,
Since recently my envira galleries don’t show anymore how I originally made them and how they were displaying. I haven’t changed anything on my site or CSS since. Tried flushing the cache, no help either. Gutter width in Envira is set to 0.
I want the images to fully cover the content area of the portfolio page, top/bottom/left/right. Especially also on big screens (see printscreens). Before, Envira used to know how to place the images in order to cover the screen, it knew how to fill up the column, now it feels super random (you’ll see once you scroll down, although you do sometimes need a bigger screen).
CSS used to far regarding portfolio and Envira spacing:
.x-portfolio .entry-content {
width: 100%;
padding: 0%;
}
@media only screen and (max-width: 600px) {
.envira-gallery-wrap .envira-gallery-item {
width: 100% !important;
}
}
- see printscreens of large vs smaller screen
Thanks!
Stijn