reduce spacing for header and blog

  • Posted in : Bloggy WP
  • ldiano
    Participant

    For this screenshot, can you advise me how to reduce the spacing for area 1, 2, 3, 4, 6

    For #5 How do we remove the text that says “Post Category:” while leaving the specific category name (ie ‘Interviews & Speakers’)

    http://thepowerinsport.com/wp-content/uploads/2014/01/screenshot-of-website-home-page-for-PIXELWARS-guys-Jan-16-2014.jpg

    You have provided me with some of the answers before and I appreciate you providing them here again.

    Thank you.

    Mehmet S.
    Keymaster

    Hi, use these in your custom css field on your theme options:

    – for reducing:

    .site-header hgroup { padding-top: 0px; padding-bottom: 0px; }
    .site-header hgroup h1 { margin-bottom: 0px; }
    .site-header hgroup .site-description { margin: 0px; }
    .site-header ul.social { margin-bottom: 1em; }
    

    – removing the category name:

    body.category-speakers-program .page-header { display: none; }
    

    Note: Read read colored words from your url.

    ldiano
    Participant

    Thank you. Sorry for my delay in replying.

    How do we remove the category name for ‘all’ pages?

    Thanks,

    Mehmet S.
    Keymaster
    body.category .page-header { display: none; }
    
    ldiano
    Participant

    Thanks. It leaves a big area of white space. How to shrink it?

    ahmetsali
    Keymaster

    Hi, try this custom css;

    .category .post-archive .hentry {
        padding-top: 0;
    }
    
    wpask
    Participant

    Hi,

    I have a similar problem with my webpage.

    Where exactly do we plug the custom css code into?

    ahmetsali
    Keymaster

    Hi, paste the custom css code to “Appearance > Theme Options > Style > Custom CSS field “.

Viewing 8 posts - 1 through 8 (of 8 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