Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #602098
    #602118

    Hi Chris_85!

    Please go to Enfold theme options > Header Layout > Header Layout > Menu and logo position – http://i.imgur.com/4ZBRqll.png
    Please let us know if that is what u need.

    Best regards,
    Basilis

    #602138

    no thats not what i need… my logo is on the left side and my menu on the right side. But i want to align my logo in the middle (vertical). At the moment the logo is to close at the end of the sreen. So in css i need a margin top:

    `.logo { margin-top:20px;}’

    This works… but not for the shrinked header. For the shrinked header the ‘margin-top’ is to much. Thats why i look for a solution to align the logo in the middle (vertical) of the skrinked and none skrinked header… Do you understand?

    best

    Chris

    #602556

    any ideas?

    #603812

    Hey!

    try this code in Quick CSS field:

    .header-scrolled strong.logo {
    top: -10px;
    }
    

    Cheers!
    Andy

    #604828

    Thanks! Workes fine!

    Cheers

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘margin top on skrinked header?’ is closed to new replies.