• How can I change the width of the portfolio so it’s not wrapped around my page layout?

    When I change the mode to “stretch” the cover image to the left touches the border of the browser window. How can I add padding so it doesn’t touch the browser border?

Viewing 1 replies (of 1 total)
  • Plugin Author nK

    (@nko)

    Hi.

    You can try to add padding using custom CSS:

    .vp-portfolio {
        padding: 0 20px;
    }
    

    Regards, nK.

Viewing 1 replies (of 1 total)
  • The topic ‘Change the width’ is closed to new replies.