Mobile view in staff directory looks fine until a picture is added. Desktop view looks appropriate, but in mobile view, the picture overlaps the information. See attached image (some data blurred out).

CommentFileSizeAuthor
Bugshot_2013-12-30_191438.png405.09 KBwingmanjd
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wingmanjd’s picture

Following up on my submission:

I added the following code to my responsive.css:

  div.copc_staffPic img{
    max-width: 8em;
    height: auto;
  }

and the class "copc_staffPic" came from me. I can't for the life of me find where I added it now, but that's how I selected it.

drupalninja99’s picture

I can take a look, ya it's not looking right.

drupalninja99’s picture

Status: Active » Needs work
drupalninja99’s picture

Status: Needs work » Closed (won't fix)

The 1x theme is kind of a mess, I don't think I am going to do any more theming related fixes to 1x unless someone gives me a patch to commit that would fix the problem. I have rebuilt the theme from scratch in 2x so I recommend upgrading to 2x.