Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    It looks like your theme is providing some additional CSS that is overriding our default:

    Screen Shot

    You can probably add custom CSS to the effect of:

    .single_job_listing .company img {
    width: 3em !important;
    height: 3em !important;

    using something like Jetpack’s Custom CSS module or in a child theme’s style.css to override.

    Cheers!

    Thread Starter mpspeks

    (@mpspeks)

    This worked great – thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Company Logo Won’t Go Away / Too Large’ is closed to new replies.