The top long ad under the logo image used to be centered. Just a few minutes ago it was fine. All I did differently today was to try out a new contact form, Fast and Secure Contact Form plugin.
I disabled that, but still the top ad is left-aligned. I tried adding a div align=center, but that didn't help. Should I try a CSS insert? I don't even know how to use CSS to center an image, only text. And why should I have to?
EDIT: I just noticed that the CSS for Contact Form 8, which I was using before today and is still enabled, has this in it:
Code:
ul.subsubsub li.addnew { margin-left: 0; margin-right: 0.5em; } div.save-contact-form { direction: rtl; } div.actions-link { right: auto; left: 0; } span#message-fields-toggle-switch { margin-left: 0; margin-right: 1em; } div.tg-pane table caption { text-align: right; } div.tg-dropdown { left: auto; right: 0; }