Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS What am I missing?!? Reply To: What am I missing?!?

#250199
Shikkediel
Participant

Looks like the original style is placed inline (added by some script perhaps), you could try adding an !important:

.scooterSection .customSection {
padding-top: 0 !important;
}

It’s normally not preferred but seems unavoidable here.