[Resolved] Responsive-Theme Issue after Update

Home Forums Support [Resolved] Responsive-Theme Issue after Update

Home Forums Support Responsive-Theme Issue after Update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27459
    Dominik Günder

    Hey there,

    since one of the last updates my text is not displaying properly on smartphones. The first part of the text shows above the image that is set as a caption with alignment on the upper left of each post.

    This effect shows on http://home.guender.net/
    The used phone is a Samsung Galaxy S4, Android 4.4.4 (Cyanogen) on Chrome. (But on onboard browser aswell)

    This a a normal view from desktop systems:
    http://guender.net/gpsupport/full-view.png

    This is the smartphone view:
    http://guender.net/gpsupport/smartphone.png

    The used Theme is Forefront (Child)

    Browser Information
    User-Agent: Mozilla/5.0 (Linux; Android 4.4.4; GT-I9505 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36

    Can you see what i’m doing wrong?

    Best,
    Dominik

    #27461
    Dominik Günder

    P.S. You Forum adds “s” to http Links (https) automatically. Since i’ve got no ssl certificate the links can not be loaded unless the https is removed by http again.

    Would be nice to have the ability for uploading files / screenshots tho.

    #27464
    Tom
    Lead Developer
    Lead Developer

    Thanks for pointing that out – will be fixed in the next version.

    For now, you can use this CSS:

    @media screen and (max-width: 767px) {
    	.alignleft,
    	.alignright {
    		float: none;
    		display: block;
    	}
    }
    #27466
    Dominik Günder

    Wow that was fast.

    Your solution worked out perfectly. Thanks again 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.