Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19717
    Suruchi
    Participant

    Hi Sakin,

    Is there a way i can get rid of extra space around the image above my header and have no background color.

    http://www.sanjaykgupta.com/

    Suchi

    #19729
    Sakin
    Keymaster

    @suchi: To remove spaces, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-top { padding-top: 0; }
    #header-top p.simple-image { margin-bottom: 0; }

    If you further want to remove the box shadow in the header images then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget img, #masthead #main-feat-img { box-shadow: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Sapce above header’ is closed to new replies.