• Hello,

    I am using Qualifir 2 and was wondering how to remove “the black space” at the top of my website, https://www.feelgoodexercise.com

    Below is the beginning of the style.css Thank you very much, Jeff

    /*
    Theme Name: QualiFire
    Theme URI:
    Description: CSS for the ‘QualiFire Theme’.
    Version: 1.0
    Author: Andon
    Author URI: https://www.andon-design.com/
    */

    #wrapper-1 {
    display: table;
    position: relative;
    width: 100%;
    background: #F4F4F4 url(../images/top-bg.png) repeat-x scroll left top;
    }
    /* Begin Top area (Logo and Search) */
    #top {
    background: transparent url(../images/top-highlight.jpg) no-repeat;
    height: 118px;
    position: relative;
    z-index: 100;
    }
    #logo {
    top: 6px;
    left: 0;
    position: absolute;
    z-index: 100;
    }

  • The topic ‘Remove black space between browser & top of website’ is closed to new replies.