ok, thanks.Yes you can. For footer the class is container-footer.
If the footer style is different than the topbar style, copy the css for .container-topbar and rename it to .container-footer.
If both containers have the same style you can...
(Notice the comma)Code:
.container-topbar,.container-footer { display: grid; gap: 1em; grid-template-columns: repeat(auto-fit, minmax(200px,1fr));}
The 2nd option you gave worked for me.
Statistics: Posted by irenuyam — Wed Dec 11, 2024 8:34 am