- This topic has 6 replies, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Launch Pro – no homepage sliders or text on iPhone
Hello,
The site homepage and formatting are not showing correctly on smart phones.
The homepage text is not showing on smartphones. Nor are the sliders. I have 3 sliders.
www.anger101book.com
Thank you.
Lori
Hi Lori,
Can you send us screenshot? Upload your screenshot on imgur.com and paste the share URL here.
Regards,
Brad
http://anger101book.com/mobile-screenshot.png
I’ve never used imgur.com. Where specifically do I upload the screenshot?
Thank you.
Hi Lori,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px) {
.nivo-caption{display:block !important; width:90% !important; left:5% !important;}
.nivo-caption p{font-size:12px !important; line-height:12px;}
.slide_info ul li{font-size:12px; line-height:12px;}
}
Regards,
Brad
Hello Brad,
I’ve implemented the code you provided. The result is that on portrait view on a phone, only VERY LARGE homepage slider header shows – no other text, and therefore none of the 3 homepage sliders text shows. On landscape view, homepage sliders show with text – though font size is not quite right.
Here’s a url of portrait mode: http://www.anger101book.com/anger101book.png
Thank you for your continued help in resolving this issue.
Lori
Hi Lori,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
.nivo-caption h2 { font-size:18px !important;}
}
Regards,
Brad
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]