Hi all, I would like to use this css to get the real full page into my single portfolio page:
.x-main.full .entry-wrap {
padding: 0px;
-webkit-box-shadow: none;
box-shadow: none;
border: 0px;
display:block;
}
which will remove borders etc.
But I would like my portfolio main page not to be affected by this code. (the one that shows all portfolio items)
I would like to keep it with borders, shadows etc.
Hope I explained well