wahlqw

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Home Feature 10-13 Widgets #10562
    wahlqw
    Customer

      Never mind, I found it…it was under (max-width 580px), not (max-width 767px).

      Thanks for your help!

      in 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;
        }

      Viewing 2 posts - 1 through 2 (of 2 total)