Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi @phoenix360

    Thanks for reaching out. This is something we’d need to see live to diagnose. Please, send a link.

    Thanks

    Thread Starter phoenix360

    (@phoenix360)

    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.

    Plugin Support Andrew Misplon

    (@misplon)

    Thanks for the update. We’ll have this resolved in an update as soon as possible.

    Thanks for reporting.

    Thread Starter phoenix360

    (@phoenix360)

    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!

    Plugin Support Andrew Misplon

    (@misplon)

    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;
    }
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Carousel slider border problem’ is closed to new replies.