• Recently, onaforums has taken to opening a substack. You can subscribe to this substack to get email notifications when the site is down, gets a new domain name, or is otherwise running into trouble. We are not accepting donations at this time, so please skip the part where it asks if you would like to contribute. Subscribe at onaforums.substack.com

  • Reminder: Do not call, text, or mention harrassing someone in real life. Do not encourage it. Do not talk about killing or using violence against anyone, or engaging in any criminal behavior. If it is not an obvious joke even when taken out of context, don't post it. Please report violators. If you want your account deleted, send a private message to @BlackTransLivesMatter

    Do not post IRL pranks here without including the source

    DMCA, complaints, and other inquiries:

    [email protected]

Opie and Anthony Reddit Forums

quasi101

the $83,736.99 fugitive
Forum Clout
83,176
  • Deleted by N/A
16, don't know dick about the internet, add some css like this:

CSS:
@media only screen and (max-width: 650px) {
    .has-js .p-header {
    display: block !important;
    background-size: cover;
    }
}

The edges of the image will get cut off, so so so so, if you want it to fit properly without being cut off or squished, you'd have to make a variation of the header that has a more suitable ratio and do the same as above but point it towards the mobile one instead:

CSS:
@media only screen and (max-width: 650px) {
    .has-js .p-header {
    display: block !important;
    background: #185886 url(data/assets/style_properties/forumbannergibfather__mobile.png);
    }
}

the problem is on mobile its too small so a banner doesn't make sense. Its just a black rectangle basically.. Anyway no tech faggotry itt. forum culture etc.
 
Top