How to hide default object in the article post page

Dear Support,
I have PRO Ethos , and I would like to have a full width background section with parallax and text above in this Portfolio page

but I don’t know how to turn off the inner container.

May you help me?

Thank you

Hello Alessio,

Thanks for writing in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.single-x-portfolio .x-container.max.width.main {
    max-width: 100%;
    width: 100%;
}

.single-x-portfolio .entry-top-navigation {
    max-width: 1600px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

We would loved to know if this has work for you. Thank you.

thank you so much! BUT now how can I set a fixed height?

Hi Alessio,

You can add the top & bottom padding to your column:

Hope it helps :slight_smile:

Thanks thai but it doesn’t work…

In my global CSS I have this settings

.single-x-portfolio .entry-wrap {
float: none;
width: 100%;
clear: both;
}

.single-x-portfolio .offset.cf {
margin-top: 37px;
}

.single-x-portfolio .x-container.max.width.main {
max-width: 100%;
width: 100%;

}

.single-x-portfolio .entry-top-navigation {
max-width: 1600px;
width: 88%;

margin-left: auto;
margin-right: auto;

}

In the preview it seems work but not in the production webiste…

Hello Alessio,

You column is empty. Please keep in mind that the height of the section depends on the height of the row which in turn depends on the height of the columns by which it also depends on the contents of the column. If you do not have any contents in the column, then no height will be impose. Please edit your page and click the column. In the column settings, find the “Customize” tab and insert this element css “min-height: 100vh;”.

If this is not working for you, then insert a gap element in the column and you’ll that there will be an increase of the height. When everything else fails, please provide us access to your site so that we can check that page.

Regards.

The CSS doesn’t work, anyway I set some GAP and I found the solution. Thank you very much!

You’re welcome!
Thanks for letting us know that one of the suggestions has worked for you.

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