Okay
  Public Ticket #624839
Padding before the content added after update
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 there seems to be some new padding added before the content on the pages ---> (see attached picture)

    How do we remove this annoying padding?

    /Best Regards Andrei

  • Andrei replied

    Seems as this fixed the problem:

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

    /andrei