Viewing 3 replies - 1 through 3 (of 3 total)
  • ThemeSumo

    (@themesumo)

    I’m not entirely sure of why this is happening, but a quick fix can be added using some CSS code.

    Add this to your Child Theme style.css file, or by using a Custom CSS plugin.

    .yarpp-related .yarpp-thumbnail {
        float: left;
        width: 25%;
        padding: 20px;
    }
    @media only screen and ( max-width: 767px ) {
        .yarpp-related .yarpp-thumbnail {
            width: 100%;
        }
        .yarpp-related .yarpp-thumbnail-title,
        .yarpp-related .yarpp-thumbnail img {
            float: left;
        }
        .yarpp-related .yarpp-thumbnail img {
            margin-right: 20px;
        }
    }

    Hope this helps.

    Thread Starter Miguel A. Mendes

    (@miguelamendes9)

    Ok, the workaround worked fine. ??

    Plugin Author launchinteractive

    (@launchinteractive)

    Hi Minguel, I haven’t looked into this as We’ve been flat out lately. It sounds like its fixed so I’m marking it as resolved. Post back if you want us to have another look.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘YARP issues’ is closed to new replies.