Portfolio, responsive columns

Hi @oceansurf,

I hope you are well today and thank you for your question.

On homepage widgets…”Portfolio for home widget section” Is there a way to change the desktop to display only 2 portfolio items instead of 4 portfolio items?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

@media (min-width: 990px){
 .shapely_home_portfolio .col-md-3.masonry-item.project {
    width: 50%;
    position: static !Important;
} 
}
Also how do I remove the link…i only want to show portfolio images on the homepage without it linking to a blog page.

You can achieve this by using the solution shared in the following topic to remove portfolio links.

https://colorlibsupport.com/t/remove-portfolio-link/

Best Regards,
Movin