Image not scaling on mobile devices

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Image not scaling on mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12023
    PowerGistics
    Member

    Have been working with the Agile theme and am having issues with two images not scaling properly on mobile.
    http://www.powergistics.com/page-section/blog/

    http://www.powergistics.com <—–page section home

    2nd issue is the YouTube Video text on Internet explorer is aligning left and not centered.

    Thanks in advance!

    #12039
    Veena
    Moderator

    1.I am not finding any issues with images. (http://www.powergistics.com/page-section/blog/)
    2.Pls include the below custom CSS in themeoptions –

    .video-header .header-content {
    width: 100%;
    }
    
    #12046
    PowerGistics
    Member

    The issue isnt on desktop or tablet, only on phones. (referring to the images not scaling)

    #12061
    Veena
    Moderator

    Pls include the following custom CSS in themeoptions –

    @media only screen and (max-width: 767px)
    {
    div#home-alternate img {
    float: none;
    width: 60%;
    height: 60%;
    }}
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.