Okay
  Public Ticket #243693
Problem centering logo
Closed

Comments

  • Jeppe started the conversation

    Hi,

    I found this: http://themenectar.ticksy.com/faq/2355

    But adding the code to the CSS box does not really center the logo. It does put it up over the menu bar, but not completely centered. The menu bar is not really centered either.

    Then I found this:

    http://themenectar.ticksy.com/ticket/175928

    This solved the previous problem. But now I realize, that it creates an issue with the home slider that all of a sudden has a black bar below the image.

    Can you help me?


  •  8,839
    Tahir replied

    Hey Jeppe!

    Can you please provide your site url so we can take a look and see what the issue is. 

    Thanks


    ThemeNectar Support Team 

  • Jeppe replied

    Hi Tahir,

    I solved it by using the Nectar Slider instead, it does not have the problem.

    Our site is here:

    http://wp-hainsight.azurewebsites.net/

    Using the Nectar Slider presents a different problem, when a black bar is shown on top of the image, when viewing on a small screen.

    Can you help me with this issue instead?

    Thanks,

    Jeppe


  •  8,839
    Tahir replied

    Hey Jeppe!

    Add this into the Custom CSS box located in your Salient Options panel:

    @media only screen and (min-width : 1px) and (max-width : 1000px) {
        #page-header-bg[data-parallax="0"] {
            margin-top: -25px !important;
        }
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Jeppe replied

    It works. Thank you.