- This topic has 1 reply, 2 voices, and was last updated 9 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Optimal Theme Support › Home Feature Widget
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.
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