Firefox 11 problem – welcome section of the homepage

Home Forums Adapt Theme Support Firefox 11 problem – welcome section of the homepage

This topic contains 5 replies, has 3 voices, and was last updated by  Wes 2 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #590

    mval4488
    Member

    In firefox 11, the welcome section of the homepage is displayed to the right from the slider and not directly below. It is wrong also in your demo – http://demo.appfinite.com/adapt/.

    Thank you.

    #592

    Wes
    Moderator

    Its fixed.

    I recently added the Genesis Responsive slider and it did that. By adding “clear:both;” to the Welcome area fixes it.

    
    .welcome-wrap {
        clear: both;
        margin: 0 auto;
    }
    

    You can add the code above, or re-download the theme and the update should be there. http://appfinite.com/my-account

    #3800

    franklozano
    Member

    Wes,

    I’m having the same problem with Firefox. http://advisional.com

    I read the information above and NOT exactly sure where to put the code you provided. I do have THIS code in my stylesheet.css.

    /* Welcome

    ———————————————————— */

    #welcome {

    clear: both;

    margin: 0 auto;

    }
    Is this what we are supposed to REPLACE with your code? Or are we supposed to ADD it in this section of code?

    Frank

    #3817

    Wes
    Moderator

    In your case since its the slider….you’ll need to add clear: both; to the “.slider-inner” class which can be found around line 2324 in your style.css file.

    #3836

    franklozano
    Member

    Yes sir. Worked perfectly. Thank you. I’m SOOOO happy with our website thanks to you.

    #3856

    Wes
    Moderator

    You’re Welcome

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Firefox 11 problem – welcome section of the homepage’ is closed to new replies.