0
Under review

Badge Review Pop-up window not visible

admin 3 years ago updated by Josh 3 years ago 1

I use Neve Theme with Elementor. The Reviews are not visible in the Pop-up window of a badge, but they are present in html code. 

I suppose it's a layout issue. I was able to fix it with custom css as following:


.wprs_unslider-fade .wprs_unslider-wrap li {
position:relative;
left: 0;
top: 0;
right: 0;
z-index: 8;
list-style-type:none
}

Under review

Thanks for sharing! Do mind posting the URL so I can take a look. I might need to add this to the code.