Hi @phoenix360
Thanks for reaching out. This is something we’d need to see live to diagnose. Please, send a link.
Thanks
I was able to get rid of the border by setting the image in foreground instead of background. But here’s how it looks like when I set it in background:
http://wordpresstest.tzuchimedicalfoundation.org/
The slider images are 1920px by 620px.
Thanks for the update. We’ll have this resolved in an update as soon as possible.
Thanks for reporting.
Hi Misplon,
I found out the problem and fixed it. It was my template (Twenty Thirteen), not the plugin. I just had to adjust the style.css in my child theme. The CSS in the template was: .widget li {padding: 5 px 0;}. I replaced the 5 px with 0 px and that fixed it.
Thanks!
Awesome 🙂 Really glad to hear that helped. If anything else comes up, please, let us know.
If you’re using a Custom CSS, perhaps try the following inserted at Appearance > Custom CSS to reset widget styles for Page Builder. If you don’t have a Custom CSS plugin installed, try ours:
https://ww.wp.xz.cn/plugins/so-css/
/* Page Builder Reset Widget Styles */
.panel-grid .widget,
.panel-grid .widget * {
color: inherit;
font-size: inherit;
line-height: inherit;
margin: inherit;
padding: inherit;
}