Guestbook for mobile devices

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Javier
Posts: 2
Joined: Sun Aug 30, 2015 10:44 pm

Guestbook for mobile devices

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Guestbook for mobile devices

Post 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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Javier
Posts: 2
Joined: Sun Aug 30, 2015 10:44 pm

Re: Guestbook for mobile devices

Post by Javier »

Thanks a lot, Klemen! I've followed your instructions and it worked immediately.
Post Reply