- This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Spirited Pro Title and Tagline not on Mobile
So when in looking at my site on a iphone , the Slider Image Title and Taglines don’t show up? How can I get these to load?
http://gigabrit.com/
Hi Britton,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media (max-width: 767px) {
.slider-main .nivo-caption{display: block !important; overflow: visible; width: 90%;}
.slider-main .slide_info h2, .slider-main .slide_info p{line-height: normal;}
.slider-main .slide_info h2{font-size: 20px;}
}
@media (max-width: 479px) {
.slider-main .nivo-caption{top: 10%;}
.slider-main .slide_info h2{font-size: 16px;}
.slider-main .slide_info p{font-size: 14px;}
.slider-main .slide_info .slide_more{display: none;}
}
Regards,
Dave
The Prominence of Artificial Intelligence In Mobile App Development Artificial intelligence has reshaped the market industry and reduced human efforts to resolve complex issues conveniently. […]
Websites are the best possible things that can improve your business rankings, they provide numerous ways to deal with your customers and care about their […]
People always look for free email newsletter service using WordPress instead of going for paid email newsletter options like MailChimp, Aweber, and others. Email Newsletter […]