Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22088

jeffreyd000 on "[Plugin: Seamless Donations] Mobile Formatting Issue"

$
0
0

Nothing is broken, it is just the way the thing is coded.
You could try putting a media query into your css.

Maybe something like

/* Smartphones (portrait and landscape) ----------- */
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {

    /* Styles */
._dgx_donate_amount {clear:both;}
    }

Viewing all articles
Browse latest Browse all 22088

Trending Articles