Reply To: Home Feature 10-13 Widgets

Homepage Community Forums Epik Theme Support Home Feature 10-13 Widgets Reply To: Home Feature 10-13 Widgets

#10561
wahlqw
Customer

    Thanks for the quick response. That’s what I initially thought too, but if you look at the responsive code below, they are already adjusted to 48%. This displays them all vertically when viewing on a mobile device. Any ideas? Thanks!

    .home-feature-10, .home-feature-12 {
    width: 48%;
    }

    .home-feature-11, .home-feature-13 {
    float: right;
    margin: 0;
    width: 48%;
    }

    .home-feature-12 {
    clear: left;
    }