Our free SEO audit offers a comprehensive analysis of your website's performance
Get your auditOur free SEO audit offers a comprehensive analysis of your website's performance
Get your auditOur free SEO audit offers a comprehensive analysis of your website's performance
Get your auditOur free SEO audit offers a comprehensive analysis of your website's performance
Get your auditOur free SEO audit offers a comprehensive analysis of your website's performance
Get your audit***Precursor: the following information assumes you have a grasp of HTML and CSS, without these skills you may find it difficult to implement these steps into a fully responsive website.*** You have a website, it looks great on desktop but as soon as you find it on your phone, CHAOS! Text is unreadable, images are stretched and everything is on fire!!! Maybe not so dramatic, but you’ve realised something ‘This website can’t be viewed on mobile’. More importantly, based on this compilation of website statistics more people are using mobile devices to surf the web than desktops, so what will happen if the majority of visitors to your website, can’t actually view the website? If you’re facing this issue, read on and let me help.
.wrapper{
width: 95%;
margin: 0 auto;
max-width: 1200px;
display: block;
}
This class will then prevent the content on the site from extending to be wider than 1200px (believe me, reading anything wider than this requires you to turn your head) while centering it and giving a bit of a gutter on the left and right.
image{
width: auto;
max-width: 100%;
display: block;
}
With this approach your website should start to play a little differently when you resize your window, but alas it still looks awful on small devices.
<meta name="viewport" content="width=device-width">
This will make the website render at the same width as the browser, e.g. if your on a mobile thats 350px wide, then make the website render at 350px wide.
Our free SEO audit offers a comprehensive analysis of your website's performance
Get your auditLet’s make your goals a reality. Contact us.
[seo_audit]