Archived topic
Responsive-Theme Issue after Update
3 replies · Started by Dominik Günder on September 11, 2014
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
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.
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;
}
}
Wow that was fast.
Your solution worked out perfectly. Thanks again :)