Home features 9-13 change to 9-12 only

Homepage Community Forums Epik Theme Support Home features 9-13 change to 9-12 only

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #9863
    Karen
    Customer

      Hi I am in the process of turning this area into a three block of widgets instead of four. It displays perfectly well locally, but when I try to reproduce it on the live site it does not display in the same way.

      I applied the dimensions from the footer widgets this is the css

      /* Home Feature 9 */

      .home-feature-9 {
      clear: both;
      text-align: center;
      }

      .home-feature-9 .widget {
      margin: 0 0 40px;
      overflow: hidden;
      }

      .home-feature-9 h4 {
      font-size: 32px;
      font-weight: 400;
      line-height: 38px;
      }

      /* Home Feature 10 */

      .home-feature-10 {
      float: left;
      margin: 0 4.166666666% 0 0;
      width: 30.555555555%;
      }

      .home-feature-10 .widget {
      margin: 0 1.3% 0 0;
      overflow: hidden;
      }

      /* Home Feature 11 */

      .home-feature-11 {
      float: left;
      margin: 0 4.166666666% 0 0;
      width: 30.555555555%;
      }

      .home-feature-11 .widget {
      margin: 0 1.3% 0 0;
      overflow: hidden;
      }

      /* Home Feature 12 */

      .home-feature-12 {
      float: right;
      margin: 0;
      width: 30.555555555%;
      }

      .home-feature-12 .widget {
      margin: 0 ;
      overflow: hidden;
      }

      I expect it is something to do with the margins? Can you give me an ice of what I am doing wrong.

      The live site is behind a plugin that only displays for admins so I have taken some screen shots
      local view
      local view of widget 9

      live view
      live view of widget areas

      #9879
      Eric
      Customer

        I can help, but in order to know what’s going on we’d have to see a link. Screenshots/Code won’t be enough.

        If you don’t want others to see your link, you can check the Private Reply option near the bottom.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #9880
        Karen
        Customer
          This reply has been marked as private.
          #9893
          Karen
          Customer
            This reply has been marked as private.
            #9900
            Eric
            Customer

              If you’re trying to align all of those widgets then they’ll need to be inside the same div. The 3rd widget is inside an entirely different section. You added an empty text widget inside the 10th and 11th widget and then you added the content inside of the 12th widget area, and that definitely won’t work since it’s in a different location.


              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              #9978
              Karen
              Customer
                This reply has been marked as private.
                #9979
                Karen
                Customer

                  Success! I looked at the code with Firebug and was able to sort it out! Thanks for pointing me in the right direction!

                  #9990
                  Eric
                  Customer

                    Sounds great! Just us know if you run into any issues.


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘Home features 9-13 change to 9-12 only’ is closed to new replies.