Ok we had to add that code to help center images in the sidebars like the seal of Ohio at the top of the sidebar on this page:
https://www.ohiocannabis.com/doctors/
This was the full code I was told to add: .x-sidebar img, .x-sidebar .h-widget, .x-sidebar p{
margin: 0 auto !important;
display: block !important;
text-align: center !important;
}
So if I just remove the margin: 0 auto !important; it does fix the spacing between the titles & content, but then it un-centers the logo on that page?
So how can I accomplish both without affecting the other?