This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Good afternoon, I would like to know how I can change the position of the logo on the site:
1) move it arbitrarily upwards
2) move down
3) to center
4) the right
5) left
example
before
after
Hello,
You can use custom css code. For example, add this code in Theme Options > Styling > Custom css:
.header-logo {
margin-top: 43px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up