Portofolio widget on mobile view differs from Demo

Good morning Colorlib staff,
thank you a million for you awesome theme and for your support! I’ve found almost everything I needed on this forum.

I would only know why my portfolio widget - giuliodericcardis.it - does not show up as the demo in mobile view. I have rectangles instead of awesome squared featured images! Is there a way to fix it (custom CSS maybe)?

Thank you for your time!
Giulio

Hello there,

I hope you are doing well today.

Please ensure that you are using the most recent version of the theme and WordPress, this can happen with outdated themes.

Best Regards,
Support

Hi,
everything is up to date!
Best,
Giulio

Hello there,

Thanks for telling me.

You can use the following CSS code to give the portfolio items more height on mobile by going to Appearance > Customize > Additional CSS and pasting it there.


/*Mobile portfolio item height*/
.project:not( .masonry-item ) {
    height: 200px;
}

Best Regards,
Support

It worked perfectly!
Thank you very much!
Best,
Giulio

Cool :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions Thanks!