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.

something simple

Featured Replies

Its something simple but how do I get the word "ADMIN" to align to the left rather than having it on the right.

 

ffs.png

It's anyone's guess unless we can see your code or a link to the live page...

  • Author

 

.post-data {

margin: 0 0 20px;

font: bold .9em/1.3em Arial, Helvetica, sans-serif;

color: #b09473;

 

}

.post-data a {

color: #FFF;

text-decoration: none;

padding-bottom: 4px;

 

}

.post-data a:hover {

color: #ca6c18;

text-decoration: none;

}

.post-data span {

padding: 0 0 3px 19px;

margin-right: 12px;

}

.postauthor {

background: #1DAA31;

color: #FFF;

text-transform: uppercase;

font-size: 10px;

}

.postauthor:hover {

background: #1DAA31;

}

.postcategory {

background: #1C8E24;

color: #FFF;

font-size: 10px;

 

}

Can you post the HTML and CSS so we can see what elements have what styles?

.post-data span {
padding: 0 0 3px 19px;
margin-right: 12px;
}

 

This is causing the issue, the left-padding more specifically.

Add to the span:

 

<span style="padding-left:0;">ADMIN</span>

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.