Archived topic
CSS in header logo
2 replies · Started by Anonymous on September 26, 2014
I'd like to reduce the padding around my header logo.. 40 IMHO just uses up way too much real estate.. but I cant find the proper CSS anywhere ! I'd also like to reduce the padding in the menu above the logo.. either by padding or line height.. I just cant find it either.. help!
If you have the Spacing addon, you can alter this super easily.
If not, this CSS should work:
.site-header .inside-header {
padding: 40px;
}
Adjust the pixels accordingly.
Let me know :)
Marking this as resolved. Respond in here to re-open.