Hi, I have a Featured Widget on my home page (business template), and would like the page titles under each image to align left instead of their slightly odd-looking center alignment. How can I do this? (www.5starct.org)
Thank you in advance,
@CindieCag In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#content .widget_recent_work .custom-gallery-title, #content .widget_recent_work .custom-gallery-title a { text-align: left; }
Brilliant! Thank you.
@CindieCag Okay. Great! 🙂