Is it possible to centre blog post headlines?
They are left aligned by default. I would also like to create some padding above them if possible.
https://www.withnellsensors.co.uk/laboratory-automation-increase-efficiency/
They are left aligned by default. I would also like to create some padding above them if possible.
https://www.withnellsensors.co.uk/laboratory-automation-increase-efficiency/
Comments
Hi,
Please, use the following CSS code:
.single-post .entry-title{ padding-top: 20px; text-align: center; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks