Okay
  Public Ticket #2376900
Header Resize On Scroll Conflict
Closed

Comments

  •  1
    Casey started the conversation

    Hello,

    I recently disabled: Header Navigation / Animation Effects / Header Resize On Scroll.

    Since doing so, the header obscures the row & column tags of the WP Bakery  top most row on any page. This means I cannot access those tags to make edits to the row / column.

  •  8,886
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  1
  •  1,079
    ThemeNectar replied

    Hey Casey, this issues looks like it's occurring due to the project header being hidden with CSS, which usually provides the top buffer room needed for the front end controls.

    You can correct this by also adding in the following custom CSS into the custom css box located in the Salient options panel > general settings > css/script related tab:

    body.compose-mode.single-portfolio #ajax-content-wrap {
        padding-top: 30px;
        margin-top: -30px;
    }