Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Help! Newbie needing instructions!

Featured Replies

Hi all,

I am trying to add a picture under the menu bar of my website, which will adjust on each device.

If someone could tell me the code and where to write it in that would be brilliant!

Also the resource section near to the footer on my home page, how would i go about making this be the same on each page though out the site?

As this is my first website i would appreciate any improvements or ideas that anyone would feel would improve/better my site.

Thanks in advance.

Mike

Website link here

1. Responsive images would be handled (in this case) through css. You could define your image container class width for different viewports, or just use a percentage, then simply have your images adapt to the size of that box.

.my-container{
width:50%;
margin:1em auto 1.5em;
}

.my-container img{
width:100%;
height:auto;
}

2. If you're using PHP, just use a PHP include and have the contents at the bottom as a separate file.

<?php include 'your-footer-contents.php'; ?>

And have 'your-footer-contents.php' in the same directory as your page file.

sundays doesn't take an apostrophe in the sense you've used it btw ;)

M W L ? guessing the first is mobile. 'W' is wednesday? ...

 

Cabin seems a strange choice fo an accountancy firm - is it all rugged and friendly? if not then you've chosen the wrong font :) also it's too heavy, reduce it to the normal weight - use heavier weights (bold) for emphasis. line height is too large too

 

logo too large. phone icon a bit date and ugly

 

your logo is poorly antialiased especially the text part

 

otherwise it's clean enough.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.