Forums

Large space under header in IE (4 posts)

  1. chrishornak
    Member
    Posted 2 years ago #

    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

  2. chrishornak
    Member
    Posted 2 years ago #

    whoops. my number is 702.518.2582.

  3. chrishornak
    Member
    Posted 2 years ago #

    Anybody?

  4. alchymyth
    The Sweeper
    Posted 2 years ago #

    - 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.

Topic Closed

This topic has been closed to new replies.

About this Topic