Centring titles for posts in suits theme
-
How do i centre the titles for my posts in suits theme?
The blog I need help with is: (visible only to logged in users)
-
Hello there. I visited your site and it appears as if you’ve managed to center your images. If you need further help, let me know. Cheers!
-
-
Hi there!
Sorry for the confusion! You can do this by adding the following code to the CSS pane in your Customizer:
.entry-title { text-align: center; }Let me know if I can help with anything else!
-
Great thanks so much for that! Worked perfectly!
Is there a way I can get a bigger space between my menu bar and the first post title? Now that it’s centered it’s a bit too close to my menu bar.
Thank you!
-
Sure! Here’s some code to do that:
.site-main { padding: 5.4rem 0; }Just change the 5.4 until you get the spacing you want!
If CSS is new to you, here are some resources for learning more about it:
http://en.support.wordpress.com/custom-design/css-basics/
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if you have any more questions!
- The topic ‘Centring titles for posts in suits theme’ is closed to new replies.