Firefox 11 problem – welcome section of the homepage

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

  • This topic has 5 replies, 3 voices, and was last updated 11 years ago by Wes.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #590
    mval4488
    Customer

      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. https://appfinite.com/my-account

        #3800
        franklozano
        Customer

          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
            Customer

              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.