Portfolio page item

Hello guys,
i need a help with the menu of my portfolio page,
the problem:

Hello @jlampreia,

Thanks for updating in! This issue is because you have inserted this custom CSS.

.masthead {
    position: absolute;
    width: 100%;
}

This CSS affects site wide although you only intended to use this code to the pages. Please have your code updated and use this one instead:

.page .masthead {
    position: absolute;
    width: 100%;
}

This custom CSS will only be applied to your pages. For other pages like the portfolio page, it will display the default. You may need to change to colors of your navbar items as well.

We would love to know if this has worked for you. Thank you.

Thank you @reunel,
is it possible to have only on the portfolio page a fixed header menu like this: https://demo.theme.co/integrity-business/portfolio/

Hello @jlampreia,

Thanks for updating in! Regretfully the fixed header setting is set in the X > Theme Options > Header > Navbar > Navbar Position and will be applied to all pages of your site. You will need custom coding to exclude the portfolio page or any other pages. Please be advised that custom development is beyond the scope of our support already. You may need to contact 3rd party developers to do that.

Best Regards.

Thanks for your help,
i have to remove custom code form global css and apply to page by page,
Best Regards

You’re welcome. Glad we’re able to help.

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