For many years I have had a footer on all my websites like the one on https://editingcopy.com – except that it all fitted neatly in one row.
For that I use
<p>Copyright © CopyEditing | Disclaimer | About | Contact | Terms & Conditions | Privacy | Site Map</p>
<p>
</p>
If I have a blog, there is an extra button to fit in the row.
But when I go to appearance>customize>typography>search elements>footer bar it doesn’t seem to control the font size to make everything fit neatly in one row.
Is there a way to modify the font size in footer1 widget, or do I have to do it by brute force?
It’s about five years since I last wrote things in HTML. Back then I would have wrapped my HTML in a div command to control the font size, but I’ve forgotten how. I don’t even know if the latest HTML code has divs.
Ian McAllister