Viewing 5 reply threads
You must be logged in to reply to this topic.
<span style=”color: #666666; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #fafafa;”>Is there a way to keep the portfolio images in a grid/masonry layout when it is displayed on mobile, instead of full width stacked?</span>
Hello,
Yes, you can with custom css. Please add a link of the page where you are having this.
Best regards!
It will be on my home page… https://lieannebuckley.maverikmedia.com
Thanks
Hello,
Please try adding this css into your Custom Css box:
@media (min-width: 480px){
.portfolio-layout-grid[data-grid-cols="3"] .portfolio_item {
width: 33.3% !important;
}
}
Let us know.
Best regards!
Hello,
I just opened the site in mobile device and chrome mobile generator and it looks good. See screenshots: https://ibb.co/7KfpzDt
https://ibb.co/xLCR8PT
Best regards!
You must be logged in to reply to this topic.