I have a new problem on my portfolio page and then on viewing individual portfolio items
- Portfolio page: the filtering menu at the top of the list will no longer display. I have the page template set to layout-portfolio and this code in the global css but the filtering menu still won’t display. How it looks now on my site.
x-portfolio-filters-menu{
display:block !important;
}
- When viewing individual portfolio items I want them to display full width but also be able to display any sidebar alongside the portfolio image and content (basically like a blog post would display). It was working for a while and then a new update of X broke it and I can’t figure out how to make this work again. I’m using this code to wrap the portfolio post to display in the center like a blog post. How it looks now on my site.
.single-x-portfolio .entry-featured,.single-x-portfolio .entry-wrap {
width: 100%;
}