- This topic has 1 reply, 2 voices, and was last updated 6 years, 7 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 › Mobile Version
I have Politics theme and the main slide works on desktop version with all texts on teh image with social media but on mobile version text and social media does not show. Please let me know how to fix it:
you can see the link here: http://irqr.net/APRCC/
Kindly add this in appearance>theme options>basic settings>Custom CSS box:
@media screen and (max-width: 767px) and (min-width: 480px) {
.meinfo-caption {display: block !important;}
.meinfo-caption a.read-more {margin-top: 15px;}
}
@media screen and (max-width: 479px) {
.meinfo-caption {display: block !important;}
.meinfo-caption {width:90% !important;}
.meinfo-caption p {margin: 0 0 20px 0 !important;}
.meinfo-caption h2 {font-size: 30px;}
.meinfo-caption a.read-more {margin-top: 15px;}
}
Regards,
Shri
