Hello
I have some difficulties with my portfolio content width. It won’t fill the whole width of the container (right side).

Global Layout is fullwidth, I turn of the inner container at all the containers on the page and I tried some custom css I found in the forum.
.entry-title.entry-title-portfolio {
display: none;
}
.single-x-portfolio .entry-featured {
display: none;
}
.single:not(.single-post) .entry-wrap,
.single:not(.single-x-portfolio) .entry-wrap {
padding: 0;
}
.single:not(.single-post) .entry-content.content,
.single:not(.single-x-portfolio) .entry-content.content {
margin-top: 0;
margin-left: 50px;
margin-right: 10px;
margin-bottom: 10px;
max-width: 100%;
width: 100%
}
All the margins except the right one are perfectly with this, on the right it is still not width enough to fill the whole container.
Could you please give me a hint, where my error is?
Thanks Michaela


Now it looks perfect.