• Hi Friends,

    I tried to use Header Builder/Options -> Header General -> Header position: Overlay fixed header (also checked Overlay transparent header).

    In the main (see example site) page the cat’s ear can be seen behind the header (ok).
    In the second page it can be seen below the header (nok).

    There should be equal, Yes? What’s wrong? Can you please check it?
    Regards,
    Krisztian Borbely

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @kriszo74 ,

    You can add following custom CSS on Apperance => Customize => Additional CSS

    .cwp-body-main-wrap {
        padding-top: 0 !important;
    }

    Best Regards!

    Thread Starter kriszo74

    (@kriszo74)

    Hello @codersantosh,

    Your solution works well. Thank You so much!
    But I wanted to know the reason of this anomaly and tried the settings in the Customizer.

    As I see, this 68px unwanted extra padding caused by the disabled Banner. When I decreased “Banner Height (px)” from the default 500 to 0 the unwanted extra padding is eliminated.

    I think the disabled Banner properties shouldn’t be affected the appearance of web page. What do You think?

    Regards,
    Krisztian

    Thread Starter kriszo74

    (@kriszo74)

    Additional info:
    Banner Margin setting: bottom 40 (default)-> 0 also needed to eliminate unwanted padding.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Overlay fixed header/Overlay transparent header different appearance’ is closed to new replies.