Home › Forums › All Other Themes › IPad Turned Landscape
- This topic has 8 replies, 2 voices, and was last updated 8 years ago by Sonl Sinha.
-
AuthorPosts
-
October 7, 2016 at 5:55 pm #48866
I bought the paid version but am still using the free version for the time being.
On IPads, users that have the screen turned landscape, have all of the text and images touching the edge of the screens.
Even the demo theme does it. The far left touches the edge of the screen and the far right touches the far right of the screen.
The IPhone turned landscape, Safari on a Mac, Chrome, and even the IPad in portrait mode seem to work fine; but not the IPad when turned to landscape.
Any ideas? Thanks!
October 10, 2016 at 5:21 am #48959Hi Kyle,
Kindly show us your website URL.
Regards,
BradOctober 10, 2016 at 4:17 pm #49086My home page is http://radiantlandscapelighting.com/
You can see examples of the text on the IPad touching the very edges when turned landscape by going to these pages on my site:
http://radiantlandscapelighting.com/about-us/
http://radiantlandscapelighting.com/contact-us/And on the theme sample site:
https://wp-themes.com/skt-white/ and then click on the sub pagesThanks!
KyleOctober 12, 2016 at 11:48 am #49289Hi Kyle,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (min-width:1024px) and (max-width:1169px){
.content-area {padding: 50px 20px; width:100%; box-sizing:border-box;}
}Regards,
BradNovember 24, 2016 at 5:48 am #53733Hi Brad,
Thank you very much for this info. I’ve been so busy that I just now am attempting to put in the code.
I did pay for the Pro Version, but I haven’t had time to transition my free version to the pro version. When going to Appearance->Theme Options->Basic Settings, I don’t see a spot for “Custom CSS Box”. Perhaps this is because I’m still utilizing the free version?
Is there a way to implement this change while I’m still on the free version, until I can convert to my paid version? Like I said, I have paid for the full version.
Thanks!
November 24, 2016 at 5:59 am #53736Hi Kyle,
Kindly refer to this link: https://www.sktthemes.org/forums/topic/upgrade-from-free-to-pro-version/
Regards,
BradNovember 24, 2016 at 6:15 am #53739Hi Brad,
Thanks for the link. Does that means I need to use the pro version before I can fix the iPad issue?
It’s my understanding that only the home page settings need updating, not the entire website, however, it appears that there are a ton of changes to make in order for the home page to match what it was in the free version. Unfortunately I don’t have time right now to get it to match.
Perhaps I’m wrong, and am making it too difficult?
Thanks!
November 24, 2016 at 1:25 pm #53789Hi Kyle,
If you don’t want to use PRO version then kindly go to Appearance>>Editor>>Style.css
and paste the code on the bottom of the file.
@media screen and (min-width:1024px) and (max-width:1169px){
.content-area {padding: 50px 20px; width:100%; box-sizing:border-box;}
}Regards,
BradNovember 24, 2016 at 1:34 pm #53792Also add this code on the bottom of the style.css
Add this code there:
@media screen and (min-width:768px) and (max-width:1023px) {
#some-facts li { vertical-align:top;}
#some-facts li h2 { font-size:16px; padding:30px 0 10px;}
#some-facts li h5 { font-size:14px;}
.our-projects img { width:23.70%;}
}@media screen and (min-width:1024px) and (max-width:1169px) {
#some-facts li { vertical-align:top;}
#some-facts li h2 { font-size:20px; padding:40px 0 10px;}
#some-facts li h5 { font-size:14px;}
.our-projects img { width:23.70%;}
}Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.