Hello,
I am trying to get my portfolio items to stretch full width, without margins or padding. I already tried several pieces of code I found on the forum, but without any result. I am working with the Integrity stack.
This is what I tried so far:
/Full screen portfolio/
.single-x-portfolio .entry-wrap {
padding: 0;
}
/Full screen portfolio/
.single-x-portfolio .x-portfolio .entry-info,
.single-x-portfolio .x-portfolio .entry-extra {
float: none;
width: 100%;
}
/hide the feature image and extra sidebar on single portfolio/
.single-x-portfolio .entry-featured,
.single-x-portfolio .entry-extra {
display: none !important;
}
.single-x-portfolio .entry-info {width: 100% !important;}
.single-x-portfolio .entry-extra {display: none !important;}
.option-set .x-portfolio-filters {
display: none;
}
None of this has the result I am looking for. Thank you for the ever great help.