This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
The logo I loaded is too close to the margin on the left by default. What CSS do I need to move it over to the right a little bit?
Hello,
Thanks for the topic. Hope you are having a nice day.
You may try to use this code in Theme Options > Styling > Custom css:
.header-logo {
margin-left: 5%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up