Can I make the top header and the logo on Suburbia larger?

  • I’ve put some buttons on the header with custom CSS but they’re quite ornate…ideally I want that white header bar at the top to be a bit thicker, and perhaps have a slightly larger space for the logo too. Is this possible?

    Thanks!

    Emily

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

  • Header height can be adjusted by changing the “min-height” value here:

    .header {
    min-height: 65px;
    }

    On the logo space, height can be adjusted reasonably easily, but width would require a rework of the entire page since it sits in the header and also in the sidebar.

  • The topic ‘Can I make the top header and the logo on Suburbia larger?’ is closed to new replies.