Title aligned in center of page
-
I really don’t know much about CSS so any help is appreciated. My theme is Blissful Blog and I would like everything centered, the title, the date posted, the share this, like this and the comments. But right now only my typed text is centered (because I can do that in the editor) but everything else is on the left side. This is my site
and this is how I want it to look like
I know I need to upgrade for that, but first I would like to see how it looks like in the preview, but I have no idea how to do it.
Can anyone help?Thanks :)
The blog I need help with is: (visible only to logged in users)
-
Hi, you can use the CSS preview at Appearance > Custom Design > CSS to see what you think of the following. Delete the information text in the CSS window and then paste in the code below.
.entry-meta { text-align: center; } .entry-title { text-align: center; width: 100%; } #jp-post-flair { margin-left: auto; margin-right: auto; width: 70%; } -
-
- The topic ‘Title aligned in center of page’ is closed to new replies.