Home › Forums › All Other Themes › SKT Photo World Pro
- This topic has 5 replies, 2 voices, and was last updated 4 years, 12 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
December 4, 2018 at 9:16 am #112885
having a problem with SKT Photo World Pro theme on mobile phones, the home slider images go out of proportion on a small screen, see: http://project72.com.hk (view on a small screen to see the problem)
Can’t find any theme actions to control this, can anyone help please
December 4, 2018 at 11:41 am #112920Hi,
Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { #supersized img { object-fit:cover;} }
Regards,
DaveDecember 4, 2018 at 11:49 am #112927I added it.
Now he can’t display a full picture on his phone.December 4, 2018 at 11:52 am #112929Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveDecember 4, 2018 at 11:59 am #112932Computer version, no problem. The slides are correct.
But the mobile version only sees incomplete slides.December 4, 2018 at 12:10 pm #112938Hi,
Remove
@media screen and (max-width:767px) { #supersized img { object-fit:cover;} }
And add this new CSS there
@media screen and (max-width:767px) { #supersized img { object-fit:contain;} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.