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.

dcummings

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    dcummings reacted to rbrtsmith in How do I change this? CSS issue (div)   
    I told you exactly what to do in my above post.
     
     
     
  2. Like
    dcummings reacted to rbrtsmith in How do I change this? CSS issue (div)   
    There are media querys on his website. The responsive side of things works fine.
     
    The problem with your spacing is .home-banner-wrap has margin applied to it. So on the small screens you want to reduce the margin-top of this element.
     
    By the way your CSS needs some serious re-factoring. Way too much use of !important, when I see lots of important it's like a red flag. The only time you should EVER use !important is when you know for certain that this property will never change and you don't want another developer accidentally overriding it. You should not use it because of specificity issues like you are having in your page, it makes your code unnecessarily difficult to maintain and update.
     
    Have a read through this post by a css guru who explains where the css in your page could do with a rethink http://csswizardry.com/2012/11/code-smells-in-css/
  3. Like
    dcummings reacted to sash_oo7 in How do I change this? CSS issue (div)   
    I don't see any "media queries" in your css?
     
    If you don't know about that.... google "responsive webdesign tutorials" and "media queries"

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.