Portfolio Page Content Width

Hey there,

Could you please tell me how I can align the content with the start of the logo and end of the menu like in pic related?

I have managed to recreate this in the theme options, but I don’t want it site wide, just on portfolio pages. Would you be able to assist? Below are the setting I used.

Hello Farokh,

There is a default padding in the content area of the portfolio items.

You may override it through CSS. Please add this code in X > Theme Options > CSS:

.single-x-portfolio .entry-wrap {
    padding-left: 0;
    padding-right: 0;
}

Hope this helps.

Thank you kind sir.

You are most welcome. :slight_smile:

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