Home Page – Services – Centred
This support request was posted in Paeon by wallacelukea
- wallacelukea June 23, 2017 at 7:59 am
Hi
I just want the text under ‘services’ to be centred. If you can let me know what you do so i can learn and not have to bother you.I added some custom css in the theme options but didnt seem to work:
.home-service ul li .content .service-title a ul li {
text-align: center !important;
}
.home-service ul li .content .service-title a {
text-align: center !important;
}Here’s a screenshot of what im referring to:
https://www.dropbox.com/s/7idwz5djqpgfd89/dass-services.JPG?dl=0Thanks!
Juanfra Aldasoro June 23, 2017 at 3:20 pmHi,
Thank you for writing.
Please try the following:
.home-service ul li .content .service-title { text-align: center; }
Best,
Juan.wallacelukea June 24, 2017 at 11:25 pmHi Juan,
That works, I also need the ‘read more’ link to be centred as well. Can you provide the css for that?
Thanks
LukeJuanfra Aldasoro June 25, 2017 at 3:29 pmHi Luke,
Thanks for the follow-up.
Please have in mind that we cannot give support on customizations. We have created an article explaining the reasons, you can take a look at it here: https://nicethemeswp.com/article/support-vs-customizations-2/
You may want to try this:
.home-service ul li .content .readmore { display: block; text-align: center; }
With regards to customizing a theme you may want to read this other article where we explain how to use firebug to work with this type of issues: https://nicethemeswp.com/article/how-to-use-firebug-to-customize-your-theme/
Best,
Juan.
You must be logged in to reply to this topic.