Portfolio full width page

Hi,

http://clinicadentalmallart.es/

In this web i just update the x-theme and portfolio page is not anymore fullwidth.
Can u help me to have portfolio page like the other pages in full width mode.

thanks
Nicola

Hi Patricia,

Please add CSS code below to X > Theme Options > CSS:

.single-x-portfolio #top > .x-container.max.width.offset {
    max-width: 100%;
    width: 100%
}

The CSS code above will make sure that the single portfolio pages are all full-width.

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thank you.

2 Likes

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