Okay
  Public Ticket #624799
Nectar Slider Problem white bar on top of my sliders
Closed

Comments

  • Andrei started the conversation

    Hi,

    We recently updated our customers\' wordpress-website to WordPress 4.4 and also updated the Salient Theme to the latest (6.1.72). We also updated the plugin js_composer_salient (4.7.4).

    After the update we get this weird problem on some nectar sliders ---> (see attached picture)

    A 5-8px padding has somehow been added above the nectar slider. How do we remove this?

    /Best Regards Andrei

  • Andrei replied

    Seems as this fixed the problem:

    body[data-header-resize=\"0\"] #page-header-bg 
    { 
        margin-top: -50px; 
    }

    /andrei