Is it possible to center images & text in right sidebar widgets? Everything is left aligned and I don’t see any place to change the alignment to center. Any advice would be very appreciated! 🙂 🙂
There is no option that does this, but you can use custom CSS. #primary, #secondary { text-align: center; }
might work for most sidebar content, but you may need to use more specific CSS for particular elements.