Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @braeden1

    I would be happy to help you on this. Could you please share your website URL with us. You could use our secure contact form https://www.icegram.com/contact

    Best,
    Aditya

    Thread Starter braeden1

    (@braeden1)

    Since I don’t have the plugin active, I’ve created a test page with the plugin active.
    http://alchemyayurveda.com/test-page-1-icegram/

    (trying to add css to not show secondary menu on this page)

    I have the same issues.
    The first I solved by removing the white block of space by removing the shadow
    .ig_action_bar.ig_hello.ig_container {box-shadow:none!important;}.

    Your link looks like a border is set and could be removed this way:
    .ig_action_bar.ig_hello.ig_container {border-bottom:.2em solid #fff; }

    The second issue, with the bar covering most of the navigation on scroll is a bigger problem. I don’t see a setting to not have it scroll. Unfortunately makes this unusable.

    Hi,

    I see that the complete webpage is shifted because of the Icegram campaign so that it looks good.

    If you still want the page to shift upwards, please use the below-mentioned CSS.

    body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header{
    top: 0px;
    }
    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container{
        padding-top: 0px;
    }
    

    Hope this helps you.

    Best,
    Aditya Shah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Top Bar pushing below main header down – CSS FIX?’ is closed to new replies.