2 replies
  • WEB DESIGN
  • |
Hi guys first off thanks for taking a look here

What im trying to do on my new site is put an affiliate banner underneath my main header on the wordpress site.

HERE IS THE LINK TO MY SITE

I can easily put the banners into my side bar and post's as this is really quiet simple but i want this banner to be constant under the page links at the top.

I have the html code but do not really know where to insert this :confused: can anybody help regards this
#html #wordpress
  • Profile picture of the author davidsbain
    To add a banner at the top on wordpress, log into the dashboard, select appearances on the left and then click editor, then select on the right hand side the file header.php and then paste your code at the end of the file just before the last line. You will really need to know what you are doing depending on the css rules for the header as it may be set at a certain height. To change this go to the very bottom on the right and you should see a file called stylesheet (style.css) inside this file you will probably see #header and there will be lines below this explaining the height which you will need to increase.

    Hope this helps
    David
    {{ DiscussionBoard.errors[3198353].message }}
    • Profile picture of the author mike gregory
      Originally Posted by davidsbain View Post

      To add a banner at the top on wordpress, log into the dashboard, select appearances on the left and then click editor, then select on the right hand side the file header.php and then paste your code at the end of the file just before the last line. You will really need to know what you are doing depending on the css rules for the header as it may be set at a certain height. To change this go to the very bottom on the right and you should see a file called stylesheet (style.css) inside this file you will probably see #header and there will be lines below this explaining the height which you will need to increase.

      Hope this helps
      David
      thanks David worked like a charm
      {{ DiscussionBoard.errors[3198428].message }}

Trending Topics