How do I change the padding between the nav bar and the logo?

  • Unknown's avatar

    I’m trying to adjust the space between the navigation bar and the logo.

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

  • Unknown's avatar

    Hi there, this can be done with Custom CSS, which is a feature of the WordPress.com Premium and Business plans.

    If you should decide to upgrade, the following custom CSS would be what you would need. You would go to Customize > CSS, delete all the informational text from that panel and then add the following.

    #pique-hero .pique-panel-content {
      padding-top: 75px !important;
    }

    Originally the top padding is 222px. You can adjust the 75px value I have above as desired.

  • The topic ‘How do I change the padding between the nav bar and the logo?’ is closed to new replies.