Hi There @janaroberts
Thanks for writing in! I see that you have already created a sidebar for your events page. You can use a Text widget in your sidebar and place Recent Posts shortcode with offset parameter to display your portfolio items.
By default, recent posts will be limited to 4 items. However you can use the offset
parameter to display more than 4 posts.
Follow the example below.
[recent_posts type="portfolio" count="4" orientation="vertical"]
[recent_posts type="portfolio" count="4" orientation="vertical" offset="4"]
[recent_posts type="portfolio" count="4" orientation="vertical" offset="8"]
Please refer to our documentation for more examples (http://demo.theme.co/integrity-1/shortcodes/recent-posts/).

Hope that helps.
Thanks!