Home › Forums › Theme support › extra space › Reply To: extra space
Hi,
yes, you can add this css code add the end of your style.css file:
header#headline.logo-centered #navleft {
margin-bottom:10px;
}
You can change “10px” in the code above to a value of your choice. Original size is 40, to remove the space completely just change it to “0”