Okay
  Public Ticket #296823
error installing notification plugin
Closed

Comments

  • Michael started the conversation

    Hello, I tried to install a notification bar plugin and ran into issues with the header.  

    The notification bar is laying on top of the current menu and causing some of the header not to display.  Is there a way that I can get the notification bar to position itself above the header?  

    The plugin I'm using is http://wpfront.com/wordpress-plugins/notification-...

    Thanks

  •  8,840
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #header-outer, #header-space {
        margin-top: 34px !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Michael replied

    thank you!

  • Uma replied

    Hi Tahir!

    This fixed my problem too with one exception - When you view a single portfolio item on a mobile phone, there's a black blank bar just above my project images. See here for example: http://customwebdesignseo.com/portfolio-item/platinum-va-dubai/

    Please let me know how I can fix this.

    Thanks!

    Uma

  • Uma replied

    Actually the black bar shows only when I choose to 'Hide Featured Image/Video on Single Project Page'.

    Please check.

  •  8,840
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body.single-portfolio div[data-featured-img] .container-wrap {
    	padding-top: 25px!important;
    }
    
    Thanks 


    ThemeNectar Support Team