Adjusting size of top header in Dyad

  • Unknown's avatar

    Hi. I’d like to play around with the size (in terms of it vertical height) of the header nav bar at the top of my site. What css code would I need to adjust to look at a few options with this?

    I’m thinking about narrowing it rather than making it larger at this point.

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, there is 15px of top and bottom padding on the header area. Add the following and adjust he 15px as desired.

    .site-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
  • The topic ‘Adjusting size of top header in Dyad’ is closed to new replies.