Mobile Version

Home Forums All Other Themes Mobile Version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #123373
    Arsham ParsiArsham Parsi
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: May 13, 2019

    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/

    #123412
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.