Can u please help me to align title, meta of single blog?
-

abParticipant
Hi,
Can u please help me to align title, meta of single blog? Please refer to attached image for further clarification. I want to align title, category and meta tag to left side.
Thanks
Hello,
Please provide the updated site admin access as well as the screenshot.
Best Regards

abParticipant
sorry my upload over exceeded the file size, here is the link and image
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single-post .post-single-page .entry-title {
text-align:center;
}
Best Regards

abParticipant
Hi,
Thanks for the code, it is only aligning the title text to the left. Can u plz provide me CSS for the Meta data, and category tag, which are below and above respectively of title.
Thanks in advance
Hello,
Please show on the screen what you want to change: http://www.shinesongolt.mn/blog/ everything in the center now.
Best Regards

abParticipant
Hi,
If u go to the single post page, u can see the title, meta, category aligned to the center. How can I align it to the left side. I think default is aligned as it is – center
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .post-single-page .meta-post-categories {
margin-top: 0;
margin-bottom: 15px;
float: left;
}
.single-post .post-single-page .entry-title {
text-align:left;
display:block;
clear:both;
}
body .post-single-page .woodmart-entry-meta {
float: left;
}
body .woodmart-post-date {
top: 45px;
}
Best Regards