Home › Forums › Jevelin Theme › Portfolio projects
Home › Forums › Jevelin Theme › Portfolio projects
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
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%; } }
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.
ok
Thank you