Feature Request: 1 coloum portfolio (and blog posts)

Home Forums Jevelin Theme Feature Request: 1 coloum portfolio (and blog posts)

Home Forums Jevelin Theme Feature Request: 1 coloum portfolio (and blog posts)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • kjetilhaugen
    Participant

    For mobile purposes it would be great to have some pages display portfolio items (and also blog items) as one single column. It starts at 2 now for portfolio. Β This is handy when disabeling mobile version of the page by default but have some pages display “instagram like” post for mobile friendly content.

     

    Thanks.

    Hi @kjetilhaugen,

     

    I hope you are well today and thanks for posting here.

     

    Could you please share me the screenshots of it and also page URL from your site where it is displaying so that i can test it?

     

    Best regards,
    Shufflehound team

    kjetilhaugen
    Participant

    Screenshot is attached and url in private field

     

    Trying to make a full 1 column mobile friendly page full width that will look instagram-like on a phone.

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    I have created feature request for it so that it will be implemented in the future version of theme.

     

    In the meanwhile 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: 1000px){
    .sh-portfolio-columns2 .sh-portfolio-item {
        width: 100%;
    }
    }

    kjetilhaugen
    Participant

    Perfect! Worked right away. Thanks. You guys are superheros:)

    You are always welcome here πŸ™‚

    kjetilhaugen
    Participant

    Oh no. I updated to the latest release and this code does not work anymore…

    I visited shared page on your site and it works fine for me.

     

    Please test it clearing your browser cache.

    kjetilhaugen
    Participant

    Figured it out. Had to write !important to successfully override πŸ™‚

    Glad you figured it out πŸ™‚

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