Conversation
supportHello, The plugin is fantastic, but I’m wondering whether it’s possible to align the title header to the centre rather than by default on the left? Thanks.
Hello @getbeaned You can do it with custom CSS. If you need help, send me a link to your page. – Best Regards Andrei S.
Hey Andrei, Thanks for the help. The titles in question are the three found on my homepage at fordingthegamingthreshold.com
Try to use this code – https://www.anwp.pro/how-to-add-custom-css-to-your-wordpress-site/ .anwp-pg-classic-blog .anwp-pg-post-teaser__content { text-align: center !important; } .anwp-pg-classic-blog .anwp-pg-post-teaser__bottom-meta { justify-content: center !important; }
Hello @getbeaned You can do it with custom CSS. If you need help, send me a link to your page. – Best Regards Andrei S.
Hey Andrei, Thanks for the help. The titles in question are the three found on my homepage at fordingthegamingthreshold.com
Try to use this code – https://www.anwp.pro/how-to-add-custom-css-to-your-wordpress-site/ .anwp-pg-classic-blog .anwp-pg-post-teaser__content { text-align: center !important; } .anwp-pg-classic-blog .anwp-pg-post-teaser__bottom-meta { justify-content: center !important; }