Alignment under page title
-
Hi,
The ‘author, date, comment’ line under the my page titles is out of line and too far to the left, how can I align this?
ThanksThe blog I need help with is: (visible only to logged in users)
-
I think that’s because you’ve shifted your post titles and content to the right by 50px, by adding this custom CSS:
.entry-content { font-size: 15px; line-height: 21px; margin-left: 50px; width: 875px; } .single .post_title h1 { margin-left: 50px; }You can shift over the post meta (author, date, comment) to match the rest, by adding this to your CSS:
.single .entry-meta { margin-left: 50px; } -
- The topic ‘Alignment under page title’ is closed to new replies.