Hi
I am using Clean Retina Pro and wondering if there is any custom css to be able to centre widget titles in my right sidebar?
I have centred the content using:
#subscribe-submit { text-align: center; }
But need the titles centred too!
@Sian In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#secondary .widget-title { text-align: center; }
Hope this helps.
Perfect – exactly what I needed. Thanks!
@Sian Okay. Great!