Logo too far to right in header after resizing

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    macred63
    October 2, 2015 at 11:37 pm #59381

    I am building a client’s site: wp.clhunter.com

    My client wanted his logo bigger in the header. I was able to scan the forum questions, find other people with same issue, use the Custom CSS code recommended and increase the size (had to tweak it a bit, but the following appears to have achieved desired logo size):

    #logo img {
    width: 60%;
    max-height: 57% !important;
    height: 60% !important;
    }

    Issue now is that seems to have shoved the logo to the right (creating too much white space to the left of the logo) and shoving the menu out of the white box & into my Slider – but not in the sticky header. One other person (izzyd21; assisted by Noda) had this issue (logo shoved to right when increased in size) in the forum – tried the code recommended, but cannot see to make it work. The code recommended was:

    #header-inner.nav-type-2 #logo {
    padding-left: 24px;
    }

    I believe I am using nav-type-1, but making that change to the code & adjusting the pixel amount does nothing. Can you recommend the correct code to put in the Custom CSS to move the logo back to the position it was before I resized & remove all the white space on the left?

    Thanks

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.