Portfolio Content Below Featured Image

Hi Support!

I am trying to add an envira gallery in the content area below the featured image in my portfolio pages.

As of now, the content is on the right of the featured image so the gallery shows up in a narrow container.

Any quick tricks to achieve this?

Thank you!

Hi there,

You may set the width of the featured image and the content to fill the entire with so that the gallery will be set below the featured image.

You can achieve that by adding this code in the Global CSS:

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

Here are some reference links related to the suggestions above:

Hope this helps.

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