Yeah, just add some CSS to your theme stylesheet or using a CSS editor plugin (jetpack has one).
e.g:
.single-resume img.candidate_photo { width: 200px !important; height: auto !important; }
Thread Starter
jspmg
(@jspmg)
Unfortunately that didn’t work as the surrounding box of the candidate photo and headline doesn’t adapt and the image just screws up. is there anything else I can do?
I’d need a link to see this happening/inspect the css. But yes, of course. It’s all do-able with extra CSS rules..
Thread Starter
jspmg
(@jspmg)
http://www.depfixer.com is the site but it’s a members only site so you will need to sign up – its free though.
Thankyou
Thread Starter
jspmg
(@jspmg)
In the ‘Find a dep’ section is where the resumes are shown.
Cheers
I don’t want to signup – I keep getting spam from other sites I’ve helped :p
Add some extra height to .resume-aside,
.resume-aside { height: 200px !important; }
You may need to adjust the height until it looks correct.
Thread Starter
jspmg
(@jspmg)
Image is Fab, but the text is now covered, do I need some padding?
LOL about the signup! 🙂
Yes, if you use your inspector (in chrome right click and inspect element) you can see the margin/padding being applied and the CSS classes etc.
Thread Starter
jspmg
(@jspmg)
Ok Ill try that, on another though process, is there a way to make it enlarge on click? Lightbox style?
With additional scripts sure – see if your theme includes one. Most of the time you can add lightbox to other elements using a class or a small html modification.