• Resolved kitpksiri

    (@kitpksiri)


    I am new to WordPress and am using Pilot Fish theme and like it very much except for one thing. It doesn’t show header image when browsed with IE8. It only happens when I set not to display header text. There is no such problem with Firefox, Chrome, or IE9.

    Could anyone help please?

    My website is “www.nrlabs.co.th”

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    To resolve this, add this CSS;

    #header #logo {
     float: none;
    }

    Do you know where to add this?

    Thread Starter kitpksiri

    (@kitpksiri)

    Thanks Andrew! Please let me know where to add this.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download (and install) this Custom CSS plugin and store your CSS modifications in the section allocated in the dashboard by that plugin.

    Thread Starter kitpksiri

    (@kitpksiri)

    Okay I see. In style.css, I have to replace the statement:

    #header #logo {
    float:left;
    margin-bottom: 20px;
    padding-left: 10px;
    }

    to the one above. It works! Thanks again.

    Thread Starter kitpksiri

    (@kitpksiri)

    Just in case others has the same problem. All it needs to do is to change in #header #logo {… } statement,

    float: left;

    to

    float: none;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Pilot Fish] Header Image not show in IE8’ is closed to new replies.