Thread Starter
amberm
(@amberm)
My apologies. site is:
http://www.heirloomblooms.org/
The widget is “In the news”
It shows up fine here. The title is left aligned. See this screenshot – http://i.imgur.com/3NLQ9e5.png
Thread Starter
amberm
(@amberm)
Is it possible it’s a browser issue? I’m using Firefox. My client is as well and it showed the same for her.
I’ve taken that screenshot in firefox itself. The title is left aligned both in Firefox and Chrome on my Ubuntu system. I haven’t tested in other system/browser combinations. Can you send me a screenshot?
Thread Starter
amberm
(@amberm)
http://www.heirloomblooms.org/?attachment_id=488
Thank you for your help. I’ve tried several CSS changes but haven’t found the right class/id to update the text-align property for.
Try adding this to your theme’s style.css (Or Custom CSS, if you have it)
#custom-recent-posts-2 .widget-title {
text-align: left !important;
}
Thread Starter
amberm
(@amberm)
This didn’t work either. However, when I changed the location of the widget from the last item to the 3rd item, it aligned properly.