shortcode behaviour on mobile device

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support shortcode behaviour on mobile device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12291
    lwrkrol
    Member

    I use the shortcode box_frame like this:

    [box_frame style=”” width=”100%” class=”” align=”left” title=”Organisatie” inner_style=””]
    •Spelers staan in 3 groepen verdeeld
    •Iedere speler van de linkergroep (van speler 1) heeft een bal

    [/box_frame]

    [clear]

    [box_frame style=”” width=”100%” class=”” align=”left” title=”Uitvoering” inner_style=””]
    •Speler 1 dribbelt en passt de bal naar speler 2 en sluit bij deze groep aan
    •Speler 2 doet hetzelfde richting de andere groep
    •Speler 3 dribbelt naar de basket, maakt een layup en pakt eigen rebound
    •Speler 3 sluit zich aan bij de groep

    [/box_frame]

    When checking the page on a tablet, it adjusts fine when holding a Samsung Galaxy Tab horizontal, but when turning it vertical the boxframe does not adjust.

    Checkout: http://www.streetballacademy.com/test-shortcodes/

    #12312
    Raghavendra
    Moderator

    Should adjust fine with any width. Not clear on the query. If you want to limit the width in situations where the screen is big, you can use custom CSS –

    .box-frame { max-width: 400px; }
    
    #12314
    lwrkrol
    Member

    I do not want to limit the width, I would like the page or post to adjest when flipping.

    If you want to see how it’s looking now on a tablet: http://mobt.me/6PPk

    #12324
    Raghavendra
    Moderator

    If you wrap the box_frame shortcode with column shortcodes provided by the theme, you will do fine in all devices. Pls post a temp login as a private message here if you still have trouble. Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.