Is there a way to have the default portfolio only show one column when on mobile? The project images are too small to see on mobile. Thanks 🙂
Hi @claudiasimon,
Thank you for your question.
We can try achieving this developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 680px){
.sh-portfolio-fancy .sh-portfolio-fancy-item {
width: 100% !important;
}
}You are most welcome here 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.