Overview
- Version: 8.2.1
- Published: June 14, 2024
Corrected a styling issue
Fixes and improvements
- Pop up search results were not displaying correctly after the 8.2.0 update. If you see this issue, you can add the following to Theme Settings > Custom CSS:
.image-align img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.featured-image img {
position: unset;
transform: none;
width: 100%;
}