Writer template not responsive on iPhones 5, 6Plus

Writer is a clean and professional theme for blog or personal website.
GK User
Tue Apr 05, 2016 1:55 am
I only have a couple phones, my 5 and 6 Plus. A friend tested on his too. The template does not seem to be responsive and displaying correctly on the phones. The image on the home page seems to keep calling larger. And the menu is not available at all. Does anyone else have this issue? Any ideas?

I have not added any custom CSS
Joomla 3.5.0
All Gavickpro extensions and template is up-to-date
User avatar
Junior Boarder

teitbite
Sun Apr 10, 2016 10:39 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Thu Apr 21, 2016 2:04 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:650px) {
.nspArt img.nspImage {
    height: auto !important;
    max-width: 100%;
}
}


Than go to override.css and remove the code You've added there:

Code: Select all
div.custom.titlecustom {
    width: 800px;
}
User avatar
Moderator

GK User
Mon May 02, 2016 11:14 pm
Hi, sent you a couple private messages, just wanted to check that you have received them? Thanks! Jim
User avatar
Junior Boarder

teitbite
Tue May 03, 2016 10:04 am
Hi

I've found it just now. Must have set it as "read" by accident.

I can see that for the url You've send me a whole website is loaded inside an iframe, so site has no way to recognise the width of the device. When I open site from iframe separately everything works great.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.