Any shape Logo?
-
Hello there.
I need to be able to upload any shape Logo, portrait and landscape, but by the default WP Job manager is only good for square logos, other shapes are being turned into a square, being reshaped, stretched or compressed.
So instead of being reshaped, I just want them to get smaller, but stay in original shape.
I have found this code in some old post:
.single_job_listing .company_logo {
width: 150px !important;
height: auto !important;
}
.single_job_listing .company p.name,
.single_job_listing .company p.tagline {
margin: 0 0 0 150px !important;
}
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;
}It would work for Landscape images with a limit of 150px and the image stays in original shape, but the height has no limit, so the image goes out of it’s place.
The best would be if I could put both width and height “auto”, which I have tried to do, but then it loads the image of Full size, not cropped to my limits at Media settings.
So my question is how can I keep the original logo shape, but limited to sizes, which I have set on Media settings?
Also, I want it to get a Thumbnail size image on the Job listings and the Large size image on a Single Job. How to do that?
Thank you
- The topic ‘Any shape Logo?’ is closed to new replies.