Header "sizing" on ipad screen
Autor: Christopher C.
Visitado 752,
Seguidores 1,
Compartilhado 0
Hi, when i view my site on a PC screen, all looks good. When i view on a mobile device (have tried 2 ipads now), the header on the HOME PAGE ONLY looks all unformatted and intrudes into the main page - looing messy and unprofessional. website link is www.physiot.co.uk
how do i fix this?
thanks in advance
Publicado em
Hello Christopher,
Can you please show me a screenshot of how it appears?
Please try to remove following code from the step 1 expert - in before closing the HEAD section and then export it again to test it:
RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.physiot\.co.uk$ [NC] RewriteRule ^(.*)$ http://www.physiot.co.uk/$1 [R=301,L]
Thsi code belongs in a .htaccess file and not in the html code.
Many thanks!