Okay
  Public Ticket #2621432
Secondary Header Glitch on Feed Pages
Closed

Comments

  •  2
    amshishilla started the conversation

    The secondary header (which was edited in the customize panel) only partially shows on feed pages: https://protec-inspections.com/blog/ & https://protec-inspections.com/category/protalk-with-protec/. The top of the secondary header basically turns transparent.

    See attached screenshot.

  •  8,849
    Tahir replied

    Hey amshishilla ,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #header-secondary-outer nav {
        margin-top: 0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    amshishilla replied

    Still did not work.

  •  8,849
    Tahir replied

    Its this css thats causing the issue:

    8480335784.pngClick To Open Larger Image.

    Thanks 


    ThemeNectar Support Team 

  •  2
    amshishilla replied

    What do you suggest for replacement?

    Any margin increases turns white on that page.

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    html body #header-secondary-outer nav {
        margin-top: 0 !important;
    }

    Thanks


    ThemeNectar Support Team