Home Forums WoodMart support forum Displaying the date in news widgets

Displaying the date in news widgets

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #727282

    nabu.kg
    Participant

    Hello.
    The date displayed in the top left photo of the news widget interferes with our logos in the photo. How can I move them to the right or display the date normally below the headline?

    Attachments:
    You must be logged in to view attached files.
    #727294

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    If you want to move the date badge in the top-right corner. Try to add the following custom css code in Theme Settings > Custom CSS.

    /* Move post date badge to top-right corner */
    .wd-post-date.wd-style-with-bg {
        inset-inline-start: auto !important;
        inset-inline-end: 15px !important;
    }

    If you want to move in the bottom right corner, Try to use this CSS code.

    /* Move post date badge to bottom-right corner of image */
    .wd-post-date.wd-style-with-bg {
        top: auto !important;
        bottom: 15px !important;
        inset-inline-start: auto !important;
        inset-inline-end: 15px !important;
    }

    Best Regards

    #727295

    nabu.kg
    Participant

    It didn’t help. I tried both options.
    As soon as I refresh the cache, the added code disappears.
    What other options are there?

    #727298

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #727302

    nabu.kg
    Participant

    Thank you, I am sending you the login details.

    #727313

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Your issue has been resolved. I have added the following CSS under Theme Settings > Custom CSS:

    /* Move post date badge to top-right corner */
    .wd-post-date.wd-style-with-bg {
        inset-inline-start: auto !important;
        inset-inline-end: 15px !important;
    }

    The date badge is now correctly positioned on the right side of the image.

    See Screenshots for clarification:
    https://postimg.cc/CZBdLZjS
    https://postimg.cc/xNYdRtBD

    Please check back your site and check the issue, if you have any questions, feel free to contact us.

    Best Regards

    #727316

    nabu.kg
    Participant

    Thank you very much! The date is now on the right.

    #727338

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
    https://www.trustpilot.com/review/xtemos.com

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Displaying the date in news widgets’ is closed to new replies.