• Resolved payneardo

    (@payneardo)


    Hi all got a strange one here. On my site I have a few “Full pages” and in internet explorer these display fine with the correct background but in firefox & chrome it has a black background. If I don’t use a full page, it display fine in all browsers. Could this be something in the css script or something I have missed.

    Thanks for looking

    The site I have been updating is here

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter payneardo

    (@payneardo)

    not sure if I can display urls but it is mysonjoe.com 🙂

    Oopsie – ignore my previous note as it was incorrect.

    The problem is with the float: left; in your span classes. Make a new class for your fullwidth and add:
    float: none;

    Thread Starter payneardo

    (@payneardo)

    thanks you for looking but new to wordpress after kind of learning joomla 🙂

    I have added this to my style sheet
    /* Floats & Images */
    .full {
    float: none;
    }

    and then changed this in my full page template
    <div class=”full”></div>

    Is this correct and thank you again for looking 🙂

    Remove the <div class="full"></div> that you added to your template and change this line:
    <div class="span-24 first last">
    to this:
    <div class="span-24 first last full">

    Thread Starter payneardo

    (@payneardo)

    Thanks very much that has done the trick, you are a star 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not properly displaying in firefox\chrome’ is closed to new replies.