How Do I Make Portfolio Gallery That Doesn't Have Images in Post?

I would like to have a gallery on my portfolio item, but I do not want to have the long scroll on the page and a bunch of images in the description. Is it possible to have a gallery (large image to the left on Ethos) without having images to the right? http://muvztoinspire.com/portfolio-item/moxie-kumba-dance-and-drum/

Hey there,

Yes. You can remove the images in the content or “description” and it will still be available in the gallery slider. That is because when you add an image in the content via Add Media button, the image gets attached to the portfolio and that is the mechanism that makes the gallery work. You can also attach images to a post via the Media Library.

Awesome! Thank you so much!!

How can I add an image below the gallery to fill in white space (if possible)? http://muvztoinspire.com/portfolio-item/moxie-kumba-dance-and-drum/

Hello Again,

Regretfully you cannot add anymore image below the gallery. It would be best that portfolio item page should be fullwidth just like this:

Simply add the following css code in X > Launch > Options > Custom CSS

.single-x-portfolio .entry-featured,
.single-x-portfolio .entry-wrap {
    float: none;
    width: 100%;
}

We would loved to know if this has work for you. Thank you.

Thank you that will work great!

You’re most welcome!
We are happy to help you.