- This topic has 1 reply, 2 voices, and was last updated 8 years, 5 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
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]
Are you looking best freelancer WordPress themes and templates? Here’s a list of the best freelancer WordPress themes for all individuals and freelancers. Premium Freelancer […]
Gutenberg Block Editor Addons WordPress Gutenberg is, by itself, a robust content editor. However, if you want to increase its efficiency even more, then you […]