How would I adjust the style .css to adjust a custom logo position in the header - i.e. lower it or adjust to the right?
Thanks!
How would I adjust the style .css to adjust a custom logo position in the header - i.e. lower it or adjust to the right?
Thanks!
Hey,
add following css code to css/custom.css and adjust the top and left value to reposition the logo:
#top .logo a, #top .logo a:hover {
left: 0px;
top: 0px;
}You must log in to post.