Removed Featured image… date and category broken
-
Removed Featured image… date and category broken,
Can we have the category removed when we do not use the featured image, or lay our the date and the categories not sitting on top of each other?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS:
.post-single-page.blog-design-masonry .post-date {
left: 10px;
top: 40px;
}
.blog-post-loop.post-single-page .entry-title {
font-size: 32px;
margin-bottom: 10px;
margin-top: 60px;
}
Best Regards