portfolio customization

Home Forums Jevelin Theme portfolio customization

Home Forums Jevelin Theme portfolio customization

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • mediasky2016
    Participant

    dear to All,

     

    I’m new of this forum… I buy a Jevelin Theme for wordpress and I need to customize a portfolio… pratically when an user click on the portfolio item, I need that in the new opening page I have the video of this product on the left (middle page for example) and the product information on the right…

     

    Is it possible?

     

    Now the situation is that I have a full width video, and after the info of the product…

     

    Thank you, best regards Manuel

    Hi @mediasky2016,

     

    I hope you are well today and thank you for your question.

     

    Now the situation is that I have a full width video, and after the info of the product…

    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

    mediasky2016
    Participant

    Ok, here is one of the portfolio items link:

     

    http://www.vgplay.it/project/smash-the-spiders/

     

    Best regards

    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 screen and (min-width: 720px) {
    .sh-portfolio-single-slider .sh-portfolio-single-video {
        width: 65%;
        float: left;
    }
    
    .sh-portfolio-single-slider .sh-portfolio-single.row {
        width: 30%;
        float: right;
    }
    
    .sh-portfolio-single-related,
    .sh-portfolio-single-right.col-md-8,
    .sh-portfolio-single-left.col-md-4 {
        clear: both;
         width: 100%;
    }
    }

    mediasky2016
    Participant

    OK, I try this as soon as possible, Thank you!

    You are most welcome here 🙂

    mediasky2016
    Participant

    Ok, it’s ok, I use it and all is ok, best regards

    You are always welcome here 🙂

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