Home Feature Widget

Homepage Community Forums Optimal Theme Support Home Feature Widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9480
    intelisystems
    Customer

      I am making a webiste at http://limemakihouse.com/.
      As you can see, Home Feature #2 goes down.
      I don’t know why this is happening and how to fix it.

      #9483
      Wes
      Moderator

        That’s happening because home-feature-1 (and #2) are both too wide to fit within that space. If you change home-feature-1 to at least 280px it will jump back up. #2 is 320px.

        .home-feature-1 {
            float: left;
            margin: 0 30px 0 0;
            width: 320px;
        }

        Line 726 in your css

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.