Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Thread Starter envazen

    (@envazen)

    Thanks Mike.

    I’m not sure to understand the required changes!

    I’ve find a front_end.css with this:

    .rp4wp-related-job_listing>ul li.job_listing a img.company_logo,.rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo,ul.job_listings li.job_listing a img.company_logo,ul.job_listings li.no_job_listings_found a img.company_logo {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 1em;
    float: left;
    margin-right: 1em;
    vertical-align: middle;
    box-shadow: none;
    }

    Should I add this:
    .single_job_listing .company_logo {
    width: 60px !important;
    height: auto !important;
    }

    Or I just need to change 42px by 60px in the previous code ?

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Add CSS to your theme’s CSS file or via http://jetpack.me/support/custom-css/ to keep it separate.

    This was the 150px example:

    ul.job_listings li .company_logo {
    width: 150px !important;
    height: auto !important;
    }
    ul.job_listings li.job_listing div.position {
      margin: 0 0 0 150px !important;
    }

    Change 150 to your desired size.

    Thread Starter envazen

    (@envazen)

    Thanks Mike, it was really easy with Jetpack

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to enlarge the company logo’ is closed to new replies.