1. Could you explain to me how to add some margin above the top of the logo as there is no space above the logo and the top edge of the header?
I was advised to add this code to create more space for my logo. Could we change this code somehow to add space at the top:
- Code: Select all
#gkHeaderNav {
min-height: 110px;
}
2. Also how could I center the menu text (Home, Artist Area etc.) so that it is horizontally centered with the logo and the header as well perhaps (obviously I could adjust this with the css code if that is how it could be done). Right now there is more space below the menu links than there is above it.
My apologies but I’m just not that great when it comes to figuring out css modifications! Thanks.