Military theme

Home Forums All Other Themes Military theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98494
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi,

    I have encountered one issue in www.ppspark.com with Military theme.

    In single post, for example: https://www.ppspark.com/en/espanol-gran-inicio-de-temporada/
    The header image does not appear in the small screen view.

    How can I fix this?

    Thank you very much for your help!!

    Best regards,
    Vanessa

    #98530
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .post_head { height: 200px !important;}
    }
    
    @media screen and (min-width:768px) and (max-width:1023px) {
    .post_head { height:350px !important;}
    }

    Regards,
    Chris

    #98625
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi Chris,

    Works perfectly!!

    Thank you very much.

    Best regards,
    Vanessa

    #98681
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    🙂

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