making header bar shorter
-
Hi, I’m using Karuna and I’m trying to make the header bar shorter so my homepage image is higher up on the page. How do I do this? CSS?
The blog I need help with is: (visible only to logged in users)
-
Hi there, let’s start with this and see what you think.
.site-branding { padding-top: 0; } @media screen and (min-width: 768px) { .site-branding { padding-top: 0; padding-bottom: 0; } .main-navigation { padding-top: 0.9em; } }
- The topic ‘making header bar shorter’ is closed to new replies.