ContainerHead H3

  • Was genau meinst du damit? Damit kannst du den Abstand zum oberen Rand einstellen:

    CSS
    .containerHead {
    	padding-top: 10px;
    }

    Deine Anfrage wurde nicht beantwortet? Dann bitte einfach noch mal kurz im Thema nachfragen.

    On the road to 20K :jump:

  • Dankeschön :D
    War zwar nicht das richtige aber hab schon gefunden was ich gesucht habe.
    .containerContent {
    margin-top: 10px;
    margin-left:10px;
    }