Hi,
The posts are not fullwidth. They leave a blank space in the left side (see image)
Example: https://elinformador.org/el-misterio-de-los-zahories
Hi,
The posts are not fullwidth. They leave a blank space in the left side (see image)
Example: https://elinformador.org/el-misterio-de-los-zahories
But this happens when i use the “normal wordpress post”.
Hi There,
I couldn’t access to that link anymore.
It’s redirecting me to the home page.
Could you please check?
Thanks.
Hi again,
Please add the following code in your Customizer:
.single-post .cs-content .x-container.width {
width: 100%;
max-width: 100%;
}
Let us know how this goes!
Thanks. That helped.
You’re welcome.
What code do i have to use to make the same, but in portfolio items.
Hi There,
Please add the following code to Theme Options CSS
.single-x-portfolio .cs-content .x-container.width {
width: 100%;
max-width: 100%;
}
Hope it helps
Thank you very much
You’re most welcome!