Need to move header body text up
-
Hi,
I need to move my header, nav menu + body txt up higher on the page to ease the user experience. I know I can decrease the header size, but don’t know if that will create problems w/ my theme.
I know my question relates to padding, but I don’t know how to code it in CSS – any help is much appreciated, thanks!The blog I need help with is: (visible only to logged in users)
-
Hi, see what you think with this added to the end of your custom CSS.
.site-header .home-link { max-height: 330px; overflow: hidden; padding-top: 0; } .site-header { max-height: 380px; } -
-
- The topic ‘Need to move header body text up’ is closed to new replies.