Seite 1 von 1

Footer Block 1

Verfasst: Fr 27. Feb 2026, 21:39
von Volker
Huhu :D

So, bin bin den Header Blöcken jetzt durch und nun sind die Footer an der Reihe ;)

Schluss mit langweiligen Einheits Footern :cool:
Jetzt kommen meine :D



Download bei mir auf der Seite unter : https://www.niederastroth.de/footer1/

Re: Footer Block 1

Verfasst: Sa 28. Feb 2026, 13:39
von Tommy Herrmann
Moin,

nur ein Hinweis:

So stehen die Links (nicht bündig) im Footer am Handy untereinander - das ist unschön. Die Links müssten vielleicht eher als "Cards" in einem "Grid - Layout" positioniert werden.


Links im Footer 1 nicht bündig.jpg

Re: Footer Block 1

Verfasst: Sa 28. Feb 2026, 15:47
von Volker
Verdammt :D

Der sieht auch alles ;)

Muss ich noch ändern... kann man aber auch gerne selber machen wenn einer schon die mbrext geladen hat. ;)

Fix auf die Schnelle:

Code: Alles auswählen

@media (max-width: 767px) {
  .nav {
    justify-content: center !important;
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-item {
    width: 100%;
    text-align: center;
    padding: 6px 0 !important;
  }

  .with-separator:not(:last-child) .custom-link::after {
    content: "" !important;
  }
}