Hi
I am using Clean Retina Pro if there is any custom css to be able to centre titles
I have centred the content using:
#site-title { text-align: center; }
But need the titles centred
Hi Ramses,
To centered the site title Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-logo { float: none; text-align: center; width: 100%; }
Thank you!