Home Forums WoodMart support forum Centre Author on Blog page layout

Centre Author on Blog page layout

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #547838

    alex-7489
    Participant

    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.
    #548268

    Hung Pham
    Keymaster

    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,

    #548276

    alex-7489
    Participant

    Hi, no I have not fixed all issues.

    #548277

    alex-7489
    Participant

    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

    #548318

    Hung Pham
    Keymaster

    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,

Viewing 5 posts - 1 through 5 (of 5 total)