Home › Forums › Jevelin Theme › Mobile Portfolio
Home › Forums › Jevelin Theme › Mobile Portfolio
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
in private content
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; } }
Thank you!
You are most welcome here š