Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #526906
    #526967

    Hi SimonPL!

    Add this to your custom CSS.

    .logo { left: 50% !important; position: relative !important; transform: translateX(-50%); }
    

    Regards,
    Elliott

    #527300

    Sorry, we have some misunderstood. I need to have a header like this: http://prnt.sc/8wzjz7 I need to center logo vertically.

    #527307

    O I changed CSS code to

    .logo { 
    	top: 20% !important; position: relative !important;
    }

    now it looks OK.

    But in my opinion logo should be centered in default.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to place my logo on the center of header?’ is closed to new replies.