Padding between site title and tagline

  • Posted in : Read WP
  • jlsarna
    Participant

    Found a bunch of custom css posts on padding but not one that reduces white space between the main title and tagline. Thanks!

    jlsarna
    Participant

    Also wondering about padding between bottom of page, where copyright info goes, and text. Lots of white space I would like to reduce. Thanks!

    Mehmet S.
    Keymaster

    Paste the following codes to Theme Options > Style > Custom CSS:

    – for site title and tagline

    .site-title { margin-bottom: 0px; }
    .site-description { margin-top: 0px; }
    

    – for bottom of page

    #main { padding-bottom: 0px; }
    article { padding-bottom: 0px; }
    
    jlsarna
    Participant

    Awesome!! Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register