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.

basetwo

Members
  • Joined

  • Last visited

  1. basetwo replied to AJReading's topic in Frontend
    Hi First off remove the height and min height from #leftcol. This'll make it fit the image. You can also take the width off if you're not gonna need it for anything else. Then: Give #wrapper position: relative. Give #leftcol position; absolute and bottom: 0; Tada. #leftcol will be positioned at the very bottom of the #wrapper div, and as #wrapper expands then the image will move down with it. Edited CSS here: #wrapper { position: relative; } #leftcol { background-image: url('img/bgleft.jpg'); position: absolute; bottom: 0px; }
  2. Bit of a late reply here, but I notice it's still not fixed. 2 lines of code will fix it nicely. In base_elements.css add a "float: left;" to the h1. In elements.css add a "clear: left;" to #content. Bingo.

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.