Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I don’t think it’s to do with WPTouch, but try adding this to your themes style.3css file.

    This will stop the featured section being fixed to 1000px wide (to allow it to shrink down to mobile size)

    #featured {
        width: auto !important;
        max-width: 1000px;
    }

    And this will fix your tall captions:

    .metaslider .caption p {
        margin: 0;
    }

    Regards,
    Tom

    Thread Starter VictoriaPL

    (@victoriapl)

    thanks about this I′ve solved I need know another thing I need suit the logo and the widgets that are on the top to my mobile too, and in my mobile screen I see the logo big no suitable

    Hi Victoria,

    I’m glad the slider is working now.

    I only really have time to cover Meta Slider specific support items sorry, you’re best off asking in the general WordPress support forums for theme customisation items.

    Regards,
    Tom.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘suitable mobile’ is closed to new replies.