Portfolio widget

Hi there! I would like to ask something about the theme “Shapely”. It’s about the widget “Portfolio for home widget section”. When I view it on mobile that part does not fill the screen, all the projects are 3/4 width of the screen. I also saw this on color lib.com, can I solve this problem?
My second question is also about this widget, is it possible to put two of the same widgets but with different content? Because when I do this now the content is the same on both of the widget sections. Thanks.

Hey there,

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

  1. To resolve the full with portfolio issue on mobile use the following CSS

Add the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*portfolio on mobile*/
@media (max-width: 550px){
.col-md-3.col-sm-6.project.fadeIn.masonry-item.masonry-brick {
    width: 100%;
}
}

  1. Unfortunatly the second option isn’t possible with this theme.

Best regards,
Support.