Tagged: navigation bar, Site logo
I want to add my site logo to navigation bar in-lined at the center. What http and css code should i use? http://www.worldlegit.com
Hi @thomas-igah,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.logo { margin-top: -50px; }
Thanks