Modify padding and height of Header area in Greyzed theme

  • Unknown's avatar

    Hello. My just strted blog is http://acolombiantraveler.wordpress.com

    My aim: To move up the content area as high as possible (The empty space in the header is now too high)

    I am testing the custom design feature, and I want to reduce the space between the MENU and the content area, please help me telling me how to:

    – Reduce the padding for the header
    – Reduce the padding for the tagline.
    – Delete the RRS link [I did #header.rss {display: none;)] but I event want to delete the space this RSS is taking.

    I also want to move up the 1st upper widget in left widget column, it is placed too low, not aligned with the content area top.

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

  • Unknown's avatar

    Hello. I found how to modify what I needed, I did this in my custom CSS editor (appeareance->Custom Design) and it worked:

    #header { height: 120px; }
    h1{padding-top:55px
    padding-bottom:0px}
    #sidebar {vertical-align:top;}
    #header .rss { display: none;}

    I couldn’t modify the sidebar, but no big deal.

    Thanks

  • The topic ‘Modify padding and height of Header area in Greyzed theme’ is closed to new replies.