@rdellconsulting
Thank you for your time. I tried the plugin thing and couldn’t resolve but had a stroke of genius and remembered I had tried to make the sidebar wider with padding on the left of it. I found the CSS in one of these forums:
#right.widget-area {
padding: 0px 0px 0px 30px;
text-align: center;
width: 300px;
}
I removed that snippet and it displays fine. I’m not happy with the padding between the main body of the page and the sidebar, as well as the sidebar’s width, but I’ll live with it .
Thank you for your time.