Okay
  Public Ticket #2000637
change width on portfolio page
Closed

Comments

  • Thorsten started the conversation

    Hi there,

    I would change the width of a single portfolio page (gain more horizontal space) How can I achieve this goal? 

    Thanks a lot, Thowe

  •  291
    Paul replied

    Hi Thowe,

    Did you mean the content area on the portfolio single pages? If so, please try using this custom CSS:

    .single-portfolio .portfolio-content-wrapper {
        max-width: none;
        width: 100%;
    }
    

    Regards,
    Paul