• Hello,

    I am stuck. When viewing my website http://www.thegenesisctr.org in any browser it is fine….except for firefox. The template was created in artisteer. I have disabled every plugin I have and it has not rectified the problem. The issue is that in firefox the main content pane and widget area are aligned to the right of the header. I have validated the site….and although I still have some html errors they are not in any way connected to the layout. Please help. The CSS validator shows problems too. Thanks….Matt

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mthaney4

    (@mthaney4)

    Every error I have left is contained within the counterize plugin, and I have also placed a flash animation I made in the widget area that is giving me an error or two. I have disabled the counterize plugin and taken out the text widget with the animation to no avail. This is why I specified that the errors did not seem to be the issue. I would not know how to go about fixing the errors in the plugin without breaking it. I have semi-limited html knowledge, but not enough to try to tinker with plugin errors. I really am thankful for your reply. Thanks for taking the time to check it out. I was thinking that it may be the header rotator I have since the layout is normal in firefox when viewing a page where I have the header and widgets disabled… http://lifetothemax.info/genesisctr/about-us/

    checked in Firefox with web developer add-on on the front page:

    try to add:

    .art-layout-wrapper { clear:both; }

    check if this has any side effects in other browsers or on other pages of your site

    Thread Starter mthaney4

    (@mthaney4)

    Wow…that worked!! Awesome. Let me replicate unless anyone else has this issue.
    Started with

    /* begin Layout */
    .art-layout-wrapper
    
    and changed to

    /* begin Layout */
    .art-layout-wrapper { clear:both; }
    .art-layout-wrapper

    and that worked. Awesome! Thanks a lot. I have been puzzled by this for the longest time, and all it took was a simple line. Thanks @alchymyth!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Issues with layout in firefox’ is closed to new replies.