• Hi everybody.

    I’ve been going through the other posts but just can’t get rid of this damned space between the top navigation and the page title. Its only in internet explorer. Firefox and chrome are both fine.

    My site is http://www.FreeVegasClubPasses.com.

    I’ve got brownies or $20 for anybody that can help! Your choice! =)

    Thanks!

    Chris
    702.518.5282

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter chrishornak

    (@chrishornak)

    whoops. my number is 702.518.2582.

    Thread Starter chrishornak

    (@chrishornak)

    Anybody?

    – always make backup copies of all files before editing –

    first:
    edit index.php and change the position of <div id="bodywrap"> from after<?php get_sidebar(); ?>` to just before it.

    second:
    in the style.css of your theme, find ‘#bodywrap’ and add ‘float:left;’

    #bodywrap {background:#000000 ;float:left;}

    a few lines further down, change the first value of padding in ‘#content’

    #content {padding:0px 340px 40px 40px;height:auto;}

    a few more lines down, change the first value of margin in ‘h2’

    h2 {color:#FFFFFF;font-size:1.2em;margin:20px 30px 0pt 0pt;}

    no guarantee given, only tested in firefox on the frontpage.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Large space under header in IE’ is closed to new replies.