- This topic has 1 reply, 2 voices, and was last updated 1 year, 8 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
Introduction The popularity of WordPress is not something we can ignore. We’ve known it as the best solution that any developer can use to setup […]
This fact cannot be negated that transferring the website to a new host can prove to be really stressful and tiring. However, if you follow […]
In a number of cases, sidebars are perceived as blocks of the site where all sorts of things can be found. As a rule, a […]