Wordpress twentyten gapunder my header and page title?

5 replies
  • WEB DESIGN
  • |
Hi, I would like to remove the white space gap under the page title.
It seems to link to my home page for some reason.
Not sure if its a plugin misbehaving or not configured correctly ?

can anyone help please ?
my site is Cctv installers quote. Home cctv installation prices. | cctv installers
#gap nder #gapunder #header #page #title #twentyten #wordpress
  • Profile picture of the author Steve Wells
    Originally Posted by cctvinstallers View Post

    Hi, I would like to remove the white space gap under the page title.
    It seems to link to my home page for some reason.
    Not sure if its a plugin misbehaving or not configured correctly ?

    can anyone help please ?
    my site is Cctv installers quote. Home cctv installation prices. | cctv installers

    Can you show me with a screen capture what you are referring to?
    Signature
    Need Custom Graphics Work? - Message Me For A Design Quote!
    {{ DiscussionBoard.errors[3891130].message }}
    • Profile picture of the author andrejvasso
      if you are referring to the white space at the top of the page (right above the menu), than I think you are talking about this code snippet:

      Code:
      <h1 id="site-title"> <span> <a href="http://cctvinstallation.org/" title="" rel="home"></a> </span> </h1>
      You can add text or an image inside the <a> tags or remove the whole block, however the whitespace will still be there, but not "clickable" anymore.
      {{ DiscussionBoard.errors[3892581].message }}
  • Profile picture of the author rakeshraja
    you need to edit h1 css class or if not.. just create your own

    like

    h1 {margin:0; padding:0; margin-top:5px; margin-bottom:5px;}

    add above line in css
    {{ DiscussionBoard.errors[3892633].message }}
    • Profile picture of the author cctvinstallers
      Thanks for your answer tried adding that in the css but it just moved some of the navigation.

      I am using internet explorer and see a gap a bit narrower than the banner depth under the main title for the page (which is in black lettering).
      I did alter it slightly to get the navigation at the top I wonder if its something to do with that ?
      Signature
      http://localsearchspecialist.co.uklocalsearchspecialist.co.uk
      {{ DiscussionBoard.errors[3893083].message }}
      • Profile picture of the author andrejvasso
        If you want to hide the h1 tag (the white space) from your page, than add this to your css:

        Code:
        #site_title{
        display:none;  /* hides it completely */
        }
        Alternatively, you can change it to a design you like:

        Code:
        #site_title{
        background:#000 /* makes background black */
        }

        I hope this helps....
        {{ DiscussionBoard.errors[3895517].message }}

Trending Topics