I've enabled a fixed top menu to the site, but I see an extra 50px top padding added by /wp-content/themes/pagelines/pagelines-compiled-css-1_1348751764/
To be more precise:
body.navbar_fixed .page-canvas {
- padding-top: 50px;
}
I know I could disable it from custom CSS, but I believe that this must be disabled by pagelines itself when fixed menu is enabled.












