• Resolved Ameer hamza

    (@ameer-hamza)


    First Thanks for best wordpress slider plugin.

    There is weird space at the top and at the bottom of slider here is the screenshot

    https://prntscr.com/h0qomd

    i have also provide the link of website please have a look. i am using page builder by siteorigin. waiting for your reply thanks.
    regards,
    Ameer

    The page I need help with: [log in to see the link]

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

    (@nextend_ramona)

    Hi @ameer-hamza

    These kind of spaces are always coming from either the theme or the page builder. In your case the problem is that either of these puts the HTML comments into p tags (which it should not) and the margin on those empty p tags causing the trouble.

    This CSS code should fix the problem:

    .siteorigin-widget-tinymce.textwidget p {
        margin: 0;
    }

    You can put it to your Customizer -> Additional CSS field.

    Thread Starter Ameer hamza

    (@ameer-hamza)

    Thank you very much sir
    it solved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove spacing’ is closed to new replies.