Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jon Schroeder

    (@jonschr)

    I see what you mean; a bit of CSS would probably fix it. The reason you’re seeing this issue is actually that the plugin doesn’t use a background color on the .title-meta when the screen is below a certain width; your implementation appears to.

    I think this would probably fix it:

    @media( max-width:767px ) { body.page-id-47 .title-meta { background-color:transparent; } }

    Sorry about the late response! Hopefully this helps. Please note that I’m planning on adding some new features relatively soon, including the ability to add an email address and facebook/twitter links to a staff member, and an option in the shortcode to unlink the position (some people would prefer that it not be there).

    Let me know if that fixes your issue!

    Plugin Author Jon Schroeder

    (@jonschr)

    Marking this as resolved, as I haven’t heard back.

    Thread Starter cleanpagedesign

    (@cleanpagedesign)

    Hi there

    Sorry in the delay getting back to you. I will try the CSS fix, I wasn’t sure if there was a code fix or something else to sort it out. I’ll make it work. Thanks for your help. Love the plugin (tried doing it the manual way and just got lost).

    Thanks again
    Dom

    Plugin Author Jon Schroeder

    (@jonschr)

    Sounds good. You’ll probably notice some new features as well; I pushed an update about 24 hours ago which allows for you to add contact information as well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Making the .title-meta fit the width of the image’ is closed to new replies.