Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #703856

    http://www.newyorkhotellbokning.se
    Hi,

    I have chosen Logo Center but the header is not in the center.
    What code shall I add?

    Thanks
    Charlotte

    #703867

    Hey Charlotte,

    Try the following CSS code to help:

    
    .logo {
        left: 15% !important;
    }

    Best regards,
    Jordan

    #703878

    Thanks Jordan,

    I have added the code but don’t see any change. I also change the % but not change…

    #703950

    Hi,

    Try to use this code and place it in Quick CSS (located in Enfold > General Styling):

    
    #top .logo {
        left: 50%;
        margin-left: -403.5px;
    }
    
    @media only screen and (max-width:980px) {
      #top .logo {
        left: 0;
        margin-left: 0;
        width: 90%;
      }
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    #703979

    Thanks :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header not in the middle’ is closed to new replies.