Thank you!!! Working. Should I add this CSS back in the corner stone page? I think it was written for me to solve this issue, I don’t remember. I also remember an issue with the thumbnails flashing red as they loaded.
Any idea what this CSS would do?
.x-portfolio .entry-extra,
.x-portfolio .entry-info {
float: none;
margin:0 auto;
}
.x-portfolio .entry-extra {
width:75%;
}
.x-portfolio .entry-info {
width:75%;
}
.single-x-portfolio ul.x-ul-icons li.x-li-icon a {
font-size:13px;
}
.single-x-portfolio li.x-li-icon {
line-height: 15px;
}
@media screen and (min-width: 767px) {
.single-x-portfolio .x-ul-icons, .single-x-portfolio .x-entry-share {
display: inline-block;
vertical-align: top;
width: calc(50% - 1.355em);
}
}
.single-post .x-container.max.width.offset {
max-width: 850px; /Adjust 900px as necessary/
}
.x-iso-container-posts .entry-title {
min-height: 50px;
}
.x-iso-container-posts .entry-thumb img {
width: auto !important;
max-height: 390px !important;
}