Viewing 2 replies - 1 through 2 (of 2 total)
  • Tristan

    (@tristanstgermain)

    Hi,

    Can you send me the link where you have the plugin content displayed?

    Thanks.

    Thread Starter mark_harding

    (@mark_harding)

    Thanks for your reply.

    markharding.com

    I resolved the problem using the theme CSS editor. I wasn’t able to produce any effect using the css editor in the plugin itself.

    /* WP Latest Posts widget / / Reset Swiper container */
    .wplp_container .swiper {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    }

    /* Reset swiper-slide / .wplp_container .swiper-slide { margin: 0 15px 0 0 !important; / Keep margin-right, zero others */
    padding: 0 !important;
    height: auto !important;
    line-height: 1.35 !important;
    }

    /* Reset insideframe */
    .wplp_container .insideframe {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 1.35 !important;
    }

    /* Reset wpcu-front-box (all) */
    .wplp_container .wpcu-front-box {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 1.35 !important;
    }

    /* Specifically target left, right, and bottom boxes / .wplp_container .wpcu-front-box.left, .wplp_container .wpcu-front-box.right, .wplp_container .wpcu-front-box.bottom { display: none !important; / Hide empty or unnecessary boxes / height: 0 !important; / Collapse height */
    margin: 0 !important;
    padding: 0 !important;
    }

    /* Reset wplp-box-item (all) */
    .wplp_container .wplp-box-item {
    width: auto !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
    height: auto !important;
    }

    /* Ensure top box-item (containing title) is tight */
    .wplp_container .wpcu-front-box.top .wplp-box-item {
    width: auto !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    }

    /* Hide left, right, and bottom boxes */
    .wplp_container .wpcu-front-box.left,
    .wplp_container .wpcu-front-box.right,
    .wplp_container .wpcu-front-box.bottom {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    }

    /* Title link styles / .wplp_container a.title {box-shadow: none !important; /margin-top: 0px !important;*/
    font-weight: normal !important;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
    }

    /* Hover underline */
    .wplp_container a.title:hover {
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 -3px 0 rgba(15, 15, 15, 1) !important;
    box-shadow: inset 0 -3px 0 rgba(15, 15, 15, 1) !important;
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    }

    /* Mobile spacing adjustments / @media screen and (max-width: 767px) { .wplp_container .swiper-wrapper { height: auto !important; / Allow wrapper to adapt / } .wplp_container .swiper-slide { margin-bottom: 3px !important; / Small gap / height: auto !important; min-height: 0 !important; } .wplp_container .wpcu-front-box.top.equalHeightImg { height: auto !important; / Disable equal height */
    min-height: 0 !important;
    }
    .wplp_container a.title {
    line-height: 1.6 !important;
    max-width: 100% !important;
    }
    .wplp_container .wplp-box-item {
    line-height: 1.6 !important;
    height: auto !important;
    }
    }

    /* end WP Latest Posts widget */
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.