Center Portfolio page gallery

Hi!

For some reason the gallery in my single portfolio pages are not centering. You can see here that the images align to the left and the share links to the right. I would like the gallery to be centered, and the share links under it.

Thank you!

Well, nevermind! Found a post that answered this right after I posted. (even though I looked already!)

For anyone who needs the answer:

.x-portfolio .entry-info,
.x-portfolio .entry-extra {
width: 100%;
}

.x-portfolio .entry-wrap {
padding: 25px;
margin: 0;
}

Glad you were able to figure it out :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.