Css wrap clarification

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

Hey @MrK,

Add the single-x-portfolio class at the beginning of your selector like:

.single-x-portfolio .x-main.full .entry-wrap

Your CSS now will apply only to Single X Portfolio.

Hope that helps.

1 Like

thanks Christian exactly what I was looking for

We are delighted to assist you with this.

Cheers!

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