Centre Author on Blog page layout
-
Hi,
I am trying to remove the comments icon, and then centre the author within the blog posts page. I have used this code to remove the comments icon:
“.wd-entry-meta .meta-reply { display: none !important; }”
which worked well, although now the author is aligned towards the left, as if the comments icon is still there, but invisible. How do I fix this, and align the Author in the centre?
Thanks
Attachments:
You must be
logged in to view attached files.
Hi alex-7489,
Thanks for reaching to us and take our apologies for the long delay in answering.
It seems you fixed all issues, please confirm me back.
Kind Regards,
Hi, no I have not fixed all issues.
as mentioned above:
Hi,
I am trying to remove the comments icon, and then centre the author within the blog posts page. I have used this code to remove the comments icon:
“.wd-entry-meta .meta-reply { display: none !important; }”
which worked well, although now the author is aligned towards the left, as if the comments icon is still there, but invisible. How do I fix this, and align the Author in the centre?
Thanks
Hi alex-7489,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.entry-meta .entry-meta-list li,
.entry-meta.wd-entry-meta{
margin-right: 0;
}
Regards,