Mobile Portfolio

Home Forums Jevelin Theme Mobile Portfolio

Home Forums Jevelin Theme Mobile Portfolio

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Claudiasimon
    Participant

    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

    Claudiasimon
    Participant

    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;
    }
    }

    Claudiasimon
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)