- This topic has 5 replies, 2 voices, and was last updated 6 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Photo World Pro
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
Hi,
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,
Dave
I added it.
Now he can’t display a full picture on his phone.
Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
Dave
Computer version, no problem. The slides are correct.
But the mobile version only sees incomplete slides.
Hi,
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
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]
Have you tried using HubSpot’s limited functionalities? Then, it is time to migrate your HubSpot website to WordPress. WordPress provides many features, themes, Plugins, and […]