Portfolio projects

Home Forums Jevelin Theme Portfolio projects

Home Forums Jevelin Theme Portfolio projects

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

    hi. I am new here. Last year I buyer jevelin theme and I love it. Have problem in portfolio on a projects page. On computer and iPhone is page ok, when I open the page on landscape mode on iPad the content is on the right site. Photo 1

     

    i would like that the content is full width and title with arrows under the cover photo. Photo 2

    Please help

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

    Hi @tadei1908,

     

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

     

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    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 only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) { 
    .sh-portfolio-single-right.col-md-8,
    .sh-portfolio-single-left.col-md-4 {
        width:100%;
    }
    }

    tadei1908
    Participant

    Thank you. Is it possible to have photos on first page with full hight? Photo 1

     

    Like it is on mobile vesion? Photo 2

     

    tadejprojects.si

     

     

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

    You are most welcome here 🙂

     

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

    tadei1908
    Participant

    ok

     

    Thank you

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