Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter persian24

    (@persian24)

    no one?

    Scallop

    (@scallop)

    I’d be interested in doing this for my website as well.

    skippywp

    (@skippywp)

    @persian24 – looking at your website, it looks like you could try this css:
    .wpcr3_in_content {margin-left: 30px; margin-right: 30px !important; }

    If you are using the Divi theme, you might want to find the Custom CSS box which may be under Divi Theme Options > General Settings > Custom CSS.

    As always, back up your site before make changes and if possible, test out any changes in a “test” site before updating your “live” site.

    Hope that helps.

    Thread Starter persian24

    (@persian24)

    Thanks but it doesn’t work ??

    any custom css I throw at this doesn’t work. It works in inspector. But after entering it into custom css on my theme and reload. It disappears.

    I tried hiding the date with both:

    div.wpcr3_review_datePublished {
    display: none!important;
    }

    and

    .wpcr3_review_datePublished {
    display: none!important;
    }

    @seanbperiod, this code worked for me:

    div.wpcr3_review div.wpcr3_review_datePublished {
    display: none !important;
    }

    Any progress on this yet? None of the answers on this page have seemed to work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Reviews are sticking to the side of my screen – Any padding options?’ is closed to new replies.