Images not responsive

Discussion in 'BlackBird WordPress Theme' started by dmedia, Apr 14, 2017.

Thread Status:
Not open for further replies.
  1. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    Hello - Using Blackbird theme and images are not acting responsively within the body of the content. See this page and compare desktop to mobile device:

    http://cpah.dmediasites.com/services/wellness/puppy/

    The horizontal image shows up nice on desktop. On mobile it didn't reformat so it is being cut off. Is there CSS to fix this? Happening throughout the site. Thanks!
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    To rectify this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    .alignnone {   
        max-width: 100%;
        height: auto;
    }
     
    smith likes this.
  3. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    This worked perfectly! Thank you!
     
    smith likes this.
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page