Centering About Us header?
-
Hi there,
I am trying to center the “About Us” header on the home page. For some reason it has shifted left.
Do you have any CSS code to do this?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi,
If you are referring to the About Us header you can try this:.wf-active .home-section .section-head h3, .home-section .section-head p { text-align: center; }Get back to me if that isn’t what you intended.
-
Hi @vernonboldick, I looked in your Customizer and found some syntax errors. I’ve corrected them and then replaced the centering code with the following to center the about us section.
#projects.home-section .section-head { text-align: center; }
- The topic ‘Centering About Us header?’ is closed to new replies.