Home › Forums › WordPress Themes – Premium › Celestial (Celestial Reloaded) › Title Bar › Reply To: Title Bar
January 16, 2015 at 6:21 am
#20883
Participant
Hi Ron,
If you want to move the logo more to the left. You should write a custom CSS. Remember the margin-left property should be in negative value for moving left.
#logo {
margin-left: -10px;
}
and if you want to use background-image under the logo then go to Customizer -> Colors -> Header and Submenu Background and make the color blank. and add the background-image from the Customize->Background Image.
Thanks.