peterfremlin / Disability-Debrief

0 stars 0 forks source link

Footer to show menus of site-map #10

Closed peterfremlin closed 1 year ago

peterfremlin commented 1 year ago

E.g. as per https://www.wearequeeraf.com/

Screenshot 2023-08-03 at 15 37 23
peterfremlin commented 1 year ago

Currently the font-size on footer is a bit small, should be closer to the size on the page.

I will adjust the menu as I go. No need for it to include social media necessarily, whatever you think is good presentation.

Initial headers are:

About Accessibility What they say Sign-up

Library Backcatalogue Subjects Countries Highlights

Climate

Support

Contact

cathysarisky commented 1 year ago

OK, so to use this item, you need a page with the slug 'footer-content'. Create headers as H3s (the smaller option in the editor), and make lists (start the line with * to get it into list mode) below any header that has list items.

Other inclusions beyond h3 and lists not tested, but any div marked 'footer-nav-section' will probably work as long as it doesn't have any horribly wide content in it.

This in the editor: image

Produces this in the browser: image

Phone version: image

peterfremlin commented 1 year ago

Thanks, it's almost there, just some notes on styling, please -

Aligned to left, rather than centrally:

Screenshot 2023-09-08 at 12 30 34

Wrapping of header item contact would be better directly under support

Screenshot 2023-09-08 at 12 30 47

Sample header I used

About Accessibility What they say Sign-up Library Subjects Countries Climate Support Contact

cathysarisky commented 1 year ago

I gave you that much vertical spacing to make it more accessible for touch screen users. I can close it up if you like. Working on the rest...

cathysarisky commented 1 year ago

The Contact item /should/ be in the right spot... it is on my demo setup. Chasing this bug... Ah. Check if you have a bunch of extra returns after the last item, and remove them if so.

cathysarisky commented 1 year ago

image

peterfremlin commented 1 year ago

Yes it was the returns after the last item, thanks.

And good to know about that distance between items, I hadn't thought of that :)