Jetpack Carousel and Portafolio theme conflcit
-
I’ve updated to the latest wordpress and the Jetpack carousel is causing a strange conflict with my theme in some browsers.
Once an image from the tiled gallery is selected the ‘lightbox’ opens but the page height is the same size as the gallery it was selected from. The image is in the middle once you scroll down the page.
https://www.guyrichardsonphotography.com/portfolio/enagement/
For example one of the pages is reading:
element.style {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
height: 9031px;
}I’ve tried to restrict the height with this code but had no luck.
.jp-carousel-wrap {
height: 900px !important;
}Any help would be very much appreciated!
- The topic ‘Jetpack Carousel and Portafolio theme conflcit’ is closed to new replies.