CLP feature course images

Home Forums WPLMS AddOns Custom Learning Paths CLP feature course images

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #197935
    MeesterGijs
    Spectator
    I use the feature images from the courses. But they are not completely visible. Is it possible to change code so that you see the complete feature image from the course?
    #198246
    MeesterGijs
    Spectator
    Could I get a response to this Q? Thanks :)
    #198343
    Scott Lang
    Moderator
    use this code to your customizer.css   .wplms_clp_steps_container . wplms_clp_step_image:before { opacity:0 !important; }
    #198638
    MeesterGijs
    Spectator
    Haha, sorry. I don't mean the opacity, I mean the image itself is cut off at the bottom. So how do I get to see the full image in px wise?
    #198660
    Scott Lang
    Moderator
    Use this code to your custom css .wplms_clp_steps_container .wplms_clp_step_image img{ height: auto; !important; }
    #198682
    MeesterGijs
    Spectator
    That didn't work. Could it be something like this: .wplms_clp_step_image img { height: 160px; }
    #198697
    MeesterGijs
    Spectator
    I'll use this: .wplms_clp_steps_container .wplms_clp_step_image img{ width: auto; height: 150px;} But, how can I center the image? Now it's on the left of that block, I want it in the middle...
    #198809
    Scott Lang
    Moderator
    Use this to your custom css. .wplms_clp_step_image img{ height: auto; !important; }
    #198813
    MeesterGijs
    Spectator
    Thanks! You can close this one.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘CLP feature course images’ is closed to new replies.