Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1484772

    How can we make ONLY the Portfolio Pages thinner (max 1140px wide) ?

    Only the body, not the header, footer, menu etc!

    #1484779

    Here is a typical Portfolio Page

    #1484797

    Hi,
    Assuming that all portfolio pages have the same structure, try this css in your Quick CSS:

    .single-portfolio #after_section_1 {
        max-width: 1440px;
        margin: auto;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.