Home Feature 10-13 Widgets

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10556
    wahlqw
    Customer

      Hi there,

      I would like to have the Home Feature widgets double up together when viewing on a mobile device. Preferably, like this:

      Home Feature 10 Home Feature 11
      Home Feature 12 Home Feature 13

      I’m not quite sure how to accomplish this. Thank you for your help. This is a very nice theme!

      #10560
      Eric
      Customer

        You can do this by adjusting your css for each of those sections to show up at 48 – 50% width instead of 100% width…..this will require some basic CSS skills to implement, but can all be done in the Responsive section of your css (near the bottom depending on which mobile sizes you want to adjust)


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

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

          #10562
          wahlqw
          Customer

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

            Thanks for your help!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Home Feature 10-13 Widgets’ is closed to new replies.