I want align to left my blog page’s title texts
-
Hello, Thanks for the good contents. It’s really helpful to me.
And I would like to edit my blog page’s text area like attached capture image.
(Align center to left)
Or if I can, I want to know how can change template of each pages.
Please give advice or help.
Thank you.
Sorry, upload file again
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .blog-design-small-images:not(.has-post-thumbnail) .post-date {
position: absolute;
margin-bottom: 25px;
left:20px;
}
body .meta-categories-wrapp {
position: absolute;
top: 100px;
left: 20px;
right: auto;
}
body .blog-post-loop .entry-title{
margin-top:120px;
text-align:left;
}
body .woodmart-entry-meta {
display: block;
width: 100%;
}
body.entry-meta-list li {
display: block;
width: 200px;
}
body .hovered-social-icons {
display: block;
}
body .hovered-social-icons:after {
display: block;
}
body .blog-post-loop .article-body-container {
text-align: left;
}
Best Regards