Portfolio fullwidth ( Blank - No container | Header ,Footer)

Good Morning,

it is possible to make the pages of the portfolio behave like a standard page with configuration: Blank: No container | Header, Footer.

Next another thread I managed to get closer to the configuration but without success at all.

.single-x-portfolio .entry-featured,
.single-x-portfolio .entry-top-navigation {
display: none;
}

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

Hi @gnomatech,

Please try with this custom CSS instead:

.single-x-portfolio .entry-featured, 
.single-x-portfolio .entry-top-navigation {
    display: none;
}

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

.single-x-portfolio .x-container.max.width.main {
    width: 100%;
    max-width: 100%;
}

If it still doesn’t work, please provide us with your website URL so we can take a closer look.

Hope it helps :slight_smile:

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