Page 1 of 1

Guestbook for mobile devices

Posted: Sun Aug 30, 2015 11:17 pm
by Javier
Version of script: 1.7.2
What terms did you try when SEARCHING for a solution: viewport

Write your message below:
First of all, Klemen, congratulations for your nice guestbook script. I am actually trying to optimize my website with the help of "Google webmaster tools". Those tools indicate that the guestbook font size is small for mobiles. I know how to solve this in an HTML file: it consists of inserting the line <meta name="viewport" content="width=device-width, initial-scale=1.0">. I ask for your help since I do not know how to solve this for the guestbook files written in PHP.

Thanks in advance for your help.

Regards,

Javier

Re: Guestbook for mobile devices

Posted: Mon Aug 31, 2015 9:55 am
by Klemen
PHP files also output HTML at the end.

You can modify the header HTML code inside the "templates/default/overall_header.php" file, just open in in a plain text editor such as Notepad or the free Notepadd++ (or your HTML editor).

Re: Guestbook for mobile devices

Posted: Wed Sep 02, 2015 9:25 pm
by Javier
Thanks a lot, Klemen! I've followed your instructions and it worked immediately.