Theme "Renovate" on litte mobile displays

We install the "renovate" layout from the betheme template. On an Iphone 4/5 the homepage looks bad, because the text appears right near the image circles instead below the image-circles. Is this correct? Look your own demo page http://themes.muffingroup.com/be/renovate/ on an iphone 4/5 or use screenfly to simulate it. Are the next near or below the circles?
thank you
Ruediger

Comments

  • Hey,

    yes, this is correct of course and it's how it supposed to look like. But if you want to display the text under the image on mobile, you need to use the following css:
    @media only screen and (max-width: 767px) {
        .icon_box.icon_position_left .image_wrapper { width: 100% !important; position: relative !important; }
        .icon_box.icon_position_left { padding-left: 0 !important; }
        .icon_box.icon_position_left .desc_wrapper { text-align: center !important; }
    }
Sign In or Register to comment.