Full width portfolio stops at 1600 px widht

Dear team,
I tried to make the portfolio item full width following an old thread but it stops at 1600px: https://skin.lu/portfolio-item/cgdis-3/

I inserted the following codes in global css
.single-x-portfolio .entry-info {
width: 100%;
float: none !important;
}

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

And put “Body CSS Class” to: full width. in the Edit menu.

In cornerstone it’s fullwidth but in browsers the width is set to 1600px.

Could you please help?

Hello @antonstepine,

Thanks for writing to us.

To make the full-width portfolio item, please add this custom CSS code to the Global CSS.

.single.single-x-portfolio .entry-wrap {
    max-width: 100%;
 }

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Hi Prakash,
The code you have proposed worked well. Thanks for looking in and have a great rest of the day!

A.

Hi @antonstepine,

Glad that we are able to help you.

Thanks

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