Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47654
    Scott
    Member

    Hello,

    I was looking for a way to reduce the amount of padding above and below the featured header image. The site address is http://www.fennelbsolutions.com and on the home page I have placed some test images at the very top of the page as a point reference. Also if there is a way to hide the page identification between the featured image and the page that would be helpful as well. Any assistance would be greatly appreciated since this is the first time I have used WordPress. Thanks Much.

    Scott

    #47692
    Sakin
    Keymaster

    @Scott: You can adjust the padding as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* For space above Header Image */
    #hgroup-wrap { padding-bottom: 50px; }
    /* For space below Header Image */
    #main { padding-top: 50px; }
    #47960
    Scott
    Member

    Thanks Much it seems to have worked.

    Regards,

    Scott

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