Header Padding

Support Area Forums Moonrise Header Padding

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #9270
    Justin Folkers
    Participant

    Hello Bill,

    A quick request before the weekend:

    I have a logo that I would like to sit flush against the top and bottom of the header. There is currently ~20px of padding in either direction. Any way I can reduce/remove that? As always thanks much for your able assistance

    cheers,

    -Justin

    #9282
    Bill Robbins
    Moderator

    Justin,

    You can change that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #logo,
      #text-logo {
      	padding-top: 0px;
      	padding-bottom: 0px;
      }
      

      You can adjust the amount of padding in the logo (that snippet removes the 10px that’s built into the theme) so it fits your style.

      If you have any trouble, let me know.

      Enjoy your weekend,
      Bill

    #9295
    Justin Folkers
    Participant

    Perfect! Thanks Bill and have a great weekend yourself.

    best,
    Justin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Padding’ is closed to new replies.