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

    (@mikejolley)

    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?

    Plugin Author Mike Jolley

    (@mikejolley)

    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

    Plugin Author Mike Jolley

    (@mikejolley)

    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! 🙂

    Plugin Author Mike Jolley

    (@mikejolley)

    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?

    Plugin Author Mike Jolley

    (@mikejolley)

    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.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Bigger Image on Resume’ is closed to new replies.